Skip to content

Commit 7954fbd

Browse files
committed
Prepare 1.5.1 release
1 parent 6ad36be commit 7954fbd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
CHANGELOG
22
=========
33

4-
### 1.5.1 (????-??-??) ###
4+
### 1.5.1 (2013-05-15) ###
55

6+
* Fixed: BC break by reintroducing the ResultFactory class
67
* Added: MaxMind's binary provider
78

89
### 1.5.0 (2013-05-03) ###

src/Geocoder/Geocoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface
2222
/**
2323
* Version
2424
*/
25-
const VERSION = '1.5.1-dev';
25+
const VERSION = '1.5.1';
2626

2727
/**
2828
* @var ProviderInterface[]

0 commit comments

Comments
 (0)