diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ec9ae5..fcfd4ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,14 @@ ## master +## 7.2.0 + - [#253](https://github.com/castle/castle-ruby/pull/253) + - added InvalidRequestTokenError - [#254](https://github.com/castle/castle-ruby/pull/254) - * remove X-Castle-* headers from allowlist + - remove X-Castle-\* headers from allowlist ## 7.1.2 diff --git a/Gemfile.lock b/Gemfile.lock index 6ecb19c..7ee3a73 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - castle-rb (7.1.2) + castle-rb (7.2.0) GEM remote: https://rubygems.org/ @@ -103,4 +103,4 @@ DEPENDENCIES webmock BUNDLED WITH - 2.2.27 + 2.3.9 diff --git a/lib/castle/version.rb b/lib/castle/version.rb index 7632bcb..54fb6b6 100644 --- a/lib/castle/version.rb +++ b/lib/castle/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Castle - VERSION = '7.1.2' + VERSION = '7.2.0' end