Skip to content

Commit

Permalink
Prepare 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Jul 8, 2013
1 parent 1dd56f4 commit 253154b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
CHANGELOG
=========

### 2.0.0 (????-??-??) ###

n/a
### 2.0.0 (2013-07-08) ###

* Fixed: tests due to data changes
* Added: more doc. Fix #242
* Added: setMaxResults method
* Added support for cities in Yandex Provider
* Fixed: GoogleMapsBusinessProvider provider (`client_id`)
* Refactored: providers to leverage ResultFactories - fix #232 - POTENTIAL BC BREAK

### 1.7.0 (2013-05-28) ###

Expand Down
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 = '2.0.0-dev';
const VERSION = '2.0.0';

/**
* @var integer
Expand Down

3 comments on commit 253154b

@willdurand
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎆 🚢

poke @Baachi @toin0u et al.

@Baachi
Copy link
Member

@Baachi Baachi commented on 253154b Jul 9, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

congratulation guys! :)

@toin0u
Copy link
Member

@toin0u toin0u commented on 253154b Jul 9, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

\o/

Please sign in to comment.