Skip to content

Commit

Permalink
Release v8.1.0 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
opti authored Oct 31, 2024
1 parent b7c4215 commit 23b7b84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master

## 8.1.0

- [#272](https://github.com/castle/castle-ruby/pull/272)
- Add support for Lists API

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 (8.0.0)
castle-rb (8.1.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 = '8.0.0'
VERSION = '8.1.0'
end

0 comments on commit 23b7b84

Please sign in to comment.