We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20738b commit cf9d39fCopy full SHA for cf9d39f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v4.2.0 - 2023-12-22
4
+
5
+- [Support query parameters for most model GET like methods](https://github.com/jeremytregunna/ruby-trello/pull/314)
6
7
## v4.1.0 - 2023-11-12
8
9
- [Fix #add_attachment multipart upload with Faraday](https://github.com/jeremytregunna/ruby-trello/pull/312)
ruby-trello.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{ruby-trello}
- s.version = "4.1.0"
+ s.version = "4.2.0"
s.platform = Gem::Platform::RUBY
s.license = 'MIT'
0 commit comments