Skip to content

Commit

Permalink
release 7.2.0 (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartes authored Mar 10, 2022
1 parent 3d73cbe commit a7585fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
castle-rb (7.1.2)
castle-rb (7.2.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -103,4 +103,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.2.27
2.3.9
2 changes: 1 addition & 1 deletion lib/castle/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Castle
VERSION = '7.1.2'
VERSION = '7.2.0'
end

0 comments on commit a7585fd

Please sign in to comment.