We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c4215 commit 23b7b84Copy full SHA for 23b7b84
3 files changed
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master
4
5
+## 8.1.0
6
+
7
- [#272](https://github.com/castle/castle-ruby/pull/272)
8
- Add support for Lists API
9
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
remote: .
specs:
- castle-rb (8.0.0)
+ castle-rb (8.1.0)
GEM
remote: https://rubygems.org/
lib/castle/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Castle
- VERSION = '8.0.0'
+ VERSION = '8.1.0'
end
0 commit comments