Skip to content

Commit 89c768f

Browse files
committed
v1.0
1 parent 6c9e89f commit 89c768f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and 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

5858
First 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)