diff --git a/CHANGELOG.md b/CHANGELOG.md index 0775e27..87a9660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [1.0.1] - 2015-08-12 ### Fixed * update Esri Leaflet to stable 1.0.0 release @@ -22,4 +22,5 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## 0.0.2 - 2014-12-30 +[1.0.1]: https://github.com/koopjs/koop-gist/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/koopjs/koop-gist/compare/v0.0.2...v1.0.0 diff --git a/package.json b/package.json index b25fec5..9b74512 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "koop-gist", "description": "Github gist provider for Koop", - "version": "1.0.0", + "version": "1.0.1", "author": "Chris Helm", "bugs": { "url": "https://github.com/koopjs/koop-gist/issues"