diff --git a/CHANGELOG.md b/CHANGELOG.md index 8066b583..5980807f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,19 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed +## [2.14.2] - 2018-08-07 + +### Added + +- expose Coordinates struct and mercator projection functions + +### Changed + +- use current libosmium and protozero + +### Fixed + + ## [2.14.1] - 2018-04-24 ### Added diff --git a/src/osmium/version.py b/src/osmium/version.py index b7fb2d9d..4dda7200 100644 --- a/src/osmium/version.py +++ b/src/osmium/version.py @@ -5,9 +5,9 @@ # the major version pyosmium_major = '2.14' # current release (Pip version) -pyosmium_release = '2.14.1' +pyosmium_release = '2.14.2' # libosmium version shipped with the Pip release -libosmium_version = '2.14.0' +libosmium_version = '2.14.2' # protozero version shipped with the Pip release -protozero_version = '1.6.2' +protozero_version = '1.6.3'