Skip to content

Commit

Permalink
Prepare release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed May 3, 2013
1 parent 639676f commit 8faba7e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
CHANGELOG
=========

### 1.4.1 (????-??-??) ###

n/a
### 1.5.0 (2013-05-03) ###

* Added: DefaultResultFactory and MultipleResultFactory classes - Fix #223
* Fixed: provider's tests
* Fixed: encoding for geoip provider
* fixed: inspection values
* Fixed: tests and enhanced test cover
* Fixed: branch-alias (composer)

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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
"dev-master": "1.5-dev"
}
}
}
2 changes: 1 addition & 1 deletion src/Geocoder/Geocoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface
/**
* Version
*/
const VERSION = '1.4.1-dev';
const VERSION = '1.5.0';

/**
* @var ProviderInterface[]
Expand Down

0 comments on commit 8faba7e

Please sign in to comment.