We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbfd931 + 18fa928 commit 466478bCopy full SHA for 466478b
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## v3.0.0
11
12
* [Fix "Trello::Board#update! fail to update description"](https://github.com/jeremytregunna/ruby-trello/pull/289)
ruby-trello.gemspec
@@ -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'
0 commit comments