diff --git a/CHANGELOG.md b/CHANGELOG.md index fb913d9..d701032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.6.0 (25 January 2020) + +* Update airport data with the latest from [OpenFlights](http://openflights.org) +* Refactor how incorrect or missing data from OpenFlights is patched (@MatjazKavcic) + # v1.5.0 (5 December 2019) * Support looking up airports by the name of the city they diff --git a/lib/airports/version.rb b/lib/airports/version.rb index f53779e..72a66ed 100644 --- a/lib/airports/version.rb +++ b/lib/airports/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Airports - VERSION = "1.5.0" + VERSION = "1.6.0" end