Skip to content

Commit

Permalink
Release v2.0.0 - Deprecates convenience methods
Browse files Browse the repository at this point in the history
  • Loading branch information
desmondmorris committed Apr 25, 2015
1 parent 220b9b7 commit 694a94e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ geocodio.get('parse', {q: address}, function(err, response){
* **0.1.0**: Introduces reverse endpoint.
* **1.0.0**: Adds request helper methods and decouples single/batch responses
* **1.1.0**: Adds query parameter support - #6 @walker
* **2.0.0**: Deprecates convenience methods

The MIT License (MIT)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geocodio",
"version": "1.1.0",
"version": "2.0.0",
"description": "Library for geocodio gecoding service",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 694a94e

Please sign in to comment.