diff --git a/CHANGELOG.md b/CHANGELOG.md index 58abfd4..7e1083d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,16 +12,28 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed + +## [0.5.3] - 2016-09-19 + +### Changed + +- Using newest libosmium, version 2.9.0. + + ## [0.5.2] - 2016-07-28 ### Fixed -- Now properly statically linking bz2 on linux (no longer accidentally depends on shared libbz2) -- Fixed memory leak in handler which regressed in 0.5.0 (https://github.com/osmcode/node-osmium/issues/79) +- Now properly statically linking bz2 on linux (no longer accidentally depends + on shared libbz2) +- Fixed memory leak in handler which regressed in 0.5.0. + (https://github.com/osmcode/node-osmium/issues/79) ### Added -- Add area support to object_to_entity_bits() function. (https://github.com/osmcode/node-osmium/pull/49) +- Add area support to `object_to_entity_bits()` function. + (https://github.com/osmcode/node-osmium/pull/49) + ## [0.5.1] - 2016-07-21 @@ -107,7 +119,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Upgraded node-pre-gyp to 0.5.10 -[unreleased]: https://github.com/osmcode/libosmium/compare/v0.5.2...HEAD +[unreleased]: https://github.com/osmcode/libosmium/compare/v0.5.3...HEAD +[0.5.3]: https://github.com/osmcode/libosmium/compare/v0.5.2...v0.5.3 [0.5.2]: https://github.com/osmcode/libosmium/compare/v0.5.1...v0.5.2 [0.5.1]: https://github.com/osmcode/libosmium/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/osmcode/libosmium/compare/v0.4.5...v0.5.0 diff --git a/package.json b/package.json index 3936349..244a799 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "osmium", - "version": "0.5.2", - "libosmium_version": "v2.7.2", + "version": "0.5.3", + "libosmium_version": "v2.9.0", "description": "Node.js bindings to Osmium", "url": "https://github.com/osmcode/node-osmium", "homepage": "http://osmcode.org/node-osmium",