Skip to content

Commit cf9d39f

Browse files
committed
Bump to 4.2.0
1 parent b20738b commit cf9d39f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## v4.1.0 - 2023-11-12
48

59
- [Fix #add_attachment multipart upload with Faraday](https://github.com/jeremytregunna/ruby-trello/pull/312)

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 = "4.1.0"
3+
s.version = "4.2.0"
44
s.platform = Gem::Platform::RUBY
55
s.license = 'MIT'
66

0 commit comments

Comments
 (0)