Skip to content

Commit 86f15a2

Browse files
committed
Release 2.1.0
1 parent 27f8a77 commit 86f15a2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.1.0
2+
- BCDice 3.6.0
3+
- Ruby 3.0, 3.1をサポート対象に
4+
- Ruby 2.5をサポート対象外に
5+
- Pumaを5.Xにアップデート
6+
17
## 2.0.1
28

39
- セキュリティアップデート : Puma, rexml

lib/bcdice_api/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module BCDiceAPI
4-
VERSION = '2.0.1'
4+
VERSION = '2.1.0'
55
end

0 commit comments

Comments
 (0)