diff --git a/CHANGELOG.md b/CHANGELOG.md index 86ea095..5ce40b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ See [Releases](https://github.com/kickstarter/ipcat-ruby/releases) for new changes. +## v2.0.20 - 2 September 2018 + +- Update datacenters + ## v2.0.19 - 26 June 2018 - Update datacenters diff --git a/data/datacenters b/data/datacenters index c8877fc..35cdfb9 100644 Binary files a/data/datacenters and b/data/datacenters differ diff --git a/lib/ipcat/version.rb b/lib/ipcat/version.rb index f1c022a..1f1d296 100644 --- a/lib/ipcat/version.rb +++ b/lib/ipcat/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class IPCat - VERSION = '2.0.19' + VERSION = '2.0.20' end