Skip to content

Commit 54e1b24

Browse files
committed
Prepare 1.1.1 release
1 parent cc3e043 commit 54e1b24

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
CHANGELOG
22
=========
33

4+
### 1.1.1 (2012-10-23) ###
5+
6+
* Add more tests thanks to Antoine Corcy (@toin0u)
7+
* Updated: README.md - need cURL to run unit tests
8+
* Fix README + CS
9+
* Updated: README
10+
* Added: GeocoderUsProvider
11+
* Added: GeocoderCaProvider
12+
* Fix Geoip provider
13+
* [Provider] fixed indentation.
14+
* Fixed: sprintf type specifier in ChainProvider
15+
* Fixed: tests
16+
* Updated: providers tests getName()
17+
418
### 1.1.0 (2012-10-16) ###
519

620
* Remove useless use statements

src/Geocoder/Geocoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Geocoder implements GeocoderInterface
2121
/**
2222
* Version
2323
*/
24-
const VERSION = '1.1.1-dev';
24+
const VERSION = '1.1.1';
2525

2626
/**
2727
* @var array

0 commit comments

Comments
 (0)