Skip to content

Commit 23b7b84

Browse files
authored
Release v8.1.0 (#274)
1 parent b7c4215 commit 23b7b84

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master
44

5+
## 8.1.0
6+
57
- [#272](https://github.com/castle/castle-ruby/pull/272)
68
- Add support for Lists API
79

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
castle-rb (8.0.0)
4+
castle-rb (8.1.0)
55

66
GEM
77
remote: https://rubygems.org/

lib/castle/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Castle
4-
VERSION = '8.0.0'
4+
VERSION = '8.1.0'
55
end

0 commit comments

Comments
 (0)