Skip to content

Commit 8faba7e

Browse files
committed
Prepare release 1.5.0
1 parent 639676f commit 8faba7e

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

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

4-
### 1.4.1 (????-??-??) ###
5-
6-
n/a
4+
### 1.5.0 (2013-05-03) ###
5+
6+
* Added: DefaultResultFactory and MultipleResultFactory classes - Fix #223
7+
* Fixed: provider's tests
8+
* Fixed: encoding for geoip provider
9+
* fixed: inspection values
10+
* Fixed: tests and enhanced test cover
11+
* Fixed: branch-alias (composer)
712

813
### 1.4.0 (2013-03-16) ###
914

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"extra": {
3232
"branch-alias": {
33-
"dev-master": "1.4-dev"
33+
"dev-master": "1.5-dev"
3434
}
3535
}
3636
}

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.4.1-dev';
25+
const VERSION = '1.5.0';
2626

2727
/**
2828
* @var ProviderInterface[]

0 commit comments

Comments
 (0)