File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8- ## [ UNRELEASED ]
8+ ## [ 1.0.0 ] - 2018-01-27
99
1010### Added
1111
@@ -57,7 +57,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5757
5858First version
5959
60- [ UNRELEASED ] : https://github.com/middlewares/geolocation/compare/v0.5.0...HEAD
60+ [ 1.0.0 ] : https://github.com/middlewares/geolocation/compare/v0.5.0...v1.0.0
6161[ 0.5.0 ] : https://github.com/middlewares/geolocation/compare/v0.4.0...v0.5.0
6262[ 0.4.0 ] : https://github.com/middlewares/geolocation/compare/v0.3.0...v0.4.0
6363[ 0.3.0 ] : https://github.com/middlewares/geolocation/compare/v0.2.0...v0.3.0
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ composer require middlewares/geolocation
2727
2828``` php
2929$dispatcher = new Dispatcher([
30- new Middlewares\Geolocation(),
30+ new Middlewares\Geolocation(),
3131
3232 function ($request) {
3333 //Get the client location
You can’t perform that action at this time.
0 commit comments