We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad36be commit 7954fbdCopy full SHA for 7954fbd
CHANGELOG.md
@@ -1,8 +1,9 @@
1
CHANGELOG
2
=========
3
4
-### 1.5.1 (????-??-??) ###
+### 1.5.1 (2013-05-15) ###
5
6
+* Fixed: BC break by reintroducing the ResultFactory class
7
* Added: MaxMind's binary provider
8
9
### 1.5.0 (2013-05-03) ###
src/Geocoder/Geocoder.php
@@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface
22
/**
23
* Version
24
*/
25
- const VERSION = '1.5.1-dev';
+ const VERSION = '1.5.1';
26
27
28
* @var ProviderInterface[]
0 commit comments