Skip to content

Commit 466478b

Browse files
authored
Merge pull request #305 from jeremytregunna/release_3_1_0
Release 3.1.0
2 parents fbfd931 + 18fa928 commit 466478b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v3.1.0
4+
5+
- [Test against Ruby 3.1 and Rails 7](https://github.com/jeremytregunna/ruby-trello/pull/304)
6+
- [Fix a bug of `Trello::Comment.find`](https://github.com/jeremytregunna/ruby-trello/pull/302)
7+
- Change CI from Travis to GitHub Action
8+
- Test all matrix combinations with matrixeval-ruby on local
9+
310
## v3.0.0
411

512
* [Fix "Trello::Board#update! fail to update description"](https://github.com/jeremytregunna/ruby-trello/pull/289)

ruby-trello.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = %q{ruby-trello}
3-
s.version = "3.0.0"
3+
s.version = "3.1.0"
44
s.platform = Gem::Platform::RUBY
55
s.license = 'MIT'
66

0 commit comments

Comments
 (0)