diff --git a/CHANGELOG.md b/CHANGELOG.md index 442f05e6..bc873b6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,22 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [unreleased] - +## [2.14.4] - 2018-10-30 ### Added +- allow to add arbitrary headers when updating files +- replication: custom URL opener +- cookie support for pyosmium-get-changes and pyosmium-up-to-date + ### Changed +- pyosmium-up-to-date declares itself as 'generator' + ### Fixed +- bug when reading sequence ID files in pyosmium-get-changes + ## [2.14.3] - 2018-08-08 ### Added diff --git a/src/osmium/version.py b/src/osmium/version.py index 159ff3e9..5d4ae729 100644 --- a/src/osmium/version.py +++ b/src/osmium/version.py @@ -5,7 +5,7 @@ # the major version pyosmium_major = '2.14' # current release (Pip version) -pyosmium_release = '2.14.3' +pyosmium_release = '2.14.4' # libosmium version shipped with the Pip release libosmium_version = '2.14.2'