Skip to content

Commit

Permalink
πŸ“ Update CHANGELOG.md for 2.0.4
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
kaleido-ci committed Nov 20, 2024
1 parent 8eec4ec commit 960f982
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## 2.0.4



---


#### 🚨 Security

- 🚨 [security] Update rexml 3.3.7 β†’ 3.3.9 (patch) [#43](https://github.com/remove-bg/ruby/pull/43)

#### πŸ”€ Dependencies

- Update all Bundler dependencies (2024-11-20) [#46](https://github.com/remove-bg/ruby/pull/46)
- Update all Bundler dependencies (2024-11-13) [#45](https://github.com/remove-bg/ruby/pull/45)
- Update Ruby 3.3.5 β†’ 3.3.6 [#44](https://github.com/remove-bg/ruby/pull/44)
- Update all Bundler dependencies (2024-09-11) [#42](https://github.com/remove-bg/ruby/pull/42)


## 2.0.3

## What's Changed
* Update all Bundler dependencies (2024-08-28) by @depfu in https://github.com/remove-bg/ruby/pull/41


**Full Changelog**: https://github.com/remove-bg/ruby/compare/2.0.2...2.0.3

## 2.0.2


Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
remove_bg (2.0.3.pre)
remove_bg (2.0.5.pre)
faraday (>= 2, <= 3)
faraday-multipart (~> 1.0)
faraday-retry (~> 2.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/remove_bg/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RemoveBg
VERSION = "2.0.3.pre"
VERSION = "2.0.5.pre"
end

0 comments on commit 960f982

Please sign in to comment.