diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f48a7c35..3bd98df6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# 0.29.0 + * Upgraded to Rails 6.0. # 0.28.1 diff --git a/Gemfile.lock b/Gemfile.lock index d98f34c51..c12c2ec3d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shipit-engine (0.28.1) + shipit-engine (0.29.0) active_model_serializers (~> 0.9.3) ansi_stream (~> 0.0.6) attr_encrypted (~> 3.1.0) diff --git a/lib/shipit/version.rb b/lib/shipit/version.rb index 301f7a445..a401c0d49 100644 --- a/lib/shipit/version.rb +++ b/lib/shipit/version.rb @@ -1,3 +1,3 @@ module Shipit - VERSION = '0.28.1'.freeze + VERSION = '0.29.0'.freeze end