Skip to content

Commit

Permalink
Merge pull request #305 from jeremytregunna/release_3_1_0
Browse files Browse the repository at this point in the history
Release 3.1.0
  • Loading branch information
hoppergee authored Feb 11, 2022
2 parents fbfd931 + 18fa928 commit 466478b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v3.1.0

- [Test against Ruby 3.1 and Rails 7](https://github.com/jeremytregunna/ruby-trello/pull/304)
- [Fix a bug of `Trello::Comment.find`](https://github.com/jeremytregunna/ruby-trello/pull/302)
- Change CI from Travis to GitHub Action
- Test all matrix combinations with matrixeval-ruby on local

## v3.0.0

* [Fix "Trello::Board#update! fail to update description"](https://github.com/jeremytregunna/ruby-trello/pull/289)
Expand Down
2 changes: 1 addition & 1 deletion ruby-trello.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{ruby-trello}
s.version = "3.0.0"
s.version = "3.1.0"
s.platform = Gem::Platform::RUBY
s.license = 'MIT'

Expand Down

0 comments on commit 466478b

Please sign in to comment.