Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zuchmanski committed Aug 12, 2024
1 parent 423339b commit 3dcef9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## master
## 8.0.0

- [#267](https://github.com/castle/castle-ruby/pull/267)
- filter out non-string header values

**BREAKING CHANGES:**

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 = '7.2.0'
VERSION = '8.0.0'
end

0 comments on commit 3dcef9a

Please sign in to comment.