Skip to content

Commit

Permalink
release 5.0.0 (#209)
Browse files Browse the repository at this point in the history
* release 5.0.0
  • Loading branch information
Maria Korlotian authored Sep 29, 2020
1 parent 7b98bc1 commit dcc85bd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# Change Log
# Changelog

## master

- [#205](https://github.com/castle/castle-ruby/pull/205) extended DEFAULT_ALLOWLIST
- [#204](https://github.com/castle/castle-ruby/pull/204) drop configuration `host`, `port`, `url_prefix` options in favor of `url`
- [#203](https://github.com/castle/castle-ruby/pull/203) switch to denylist and allowlist
## 5.0.0 (2020-09-29)

**BREAKING CHANGES:**

- [#207](https://github.com/castle/castle-ruby/pull/207) allow to reuse the connection (https://github.com/castle/castle-ruby#connection-reuse)
- [#204](https://github.com/castle/castle-ruby/pull/204) drop the configuration `host`, `port`, `url_prefix` options in favor of `url`
- [#203](https://github.com/castle/castle-ruby/pull/203) rename the `whitelist/blacklist` configuration option to `allowlist/denylist`

**Enhancements:**

- [#208](https://github.com/castle/castle-ruby/pull/208) bump the dependencies
- [#205](https://github.com/castle/castle-ruby/pull/205) extend DEFAULT_ALLOWLIST

## 4.3.0 (2020-05-22)

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
castle-rb (4.3.0)
castle-rb (5.0.0)

GEM
remote: https://rubygems.org/
Expand Down
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 = '4.3.0'
VERSION = '5.0.0'
end

0 comments on commit dcc85bd

Please sign in to comment.