diff --git a/CHANGELOG.md b/CHANGELOG.md index b4ac6e0..ab3ae64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ This file keeps track of changes between releases for the bankrupt project which adheres to [semantic versioning](https://semver.org). -## unreleased +## v2.0.1 2019-07-30 Add support for uploading font files (`eot`, `ttf`, `woff`, and `woff2`) to the cdn during the `bankrupt:cdn` rake task. diff --git a/lib/bankrupt/version.rb b/lib/bankrupt/version.rb index 11881de..302a50d 100644 --- a/lib/bankrupt/version.rb +++ b/lib/bankrupt/version.rb @@ -15,5 +15,5 @@ # limitations under the License. module Bankrupt - VERSION = '2.0.0' + VERSION = '2.0.1' end