diff --git a/CHANGELOG.md b/CHANGELOG.md index d1448c6..397f5d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## HEAD +## 8.0.5 + +- Updated excon version requirements (https://github.com/heroku/hatchet/pull/215) + ## 8.0.4 - Any 404 when trying to delete an application will be considered duplicate (https://github.com/heroku/hatchet/pull/210) diff --git a/lib/hatchet/version.rb b/lib/hatchet/version.rb index bc77f67..a3b862f 100644 --- a/lib/hatchet/version.rb +++ b/lib/hatchet/version.rb @@ -1,3 +1,3 @@ module Hatchet - VERSION = "8.0.4" + VERSION = "8.0.5" end