Skip to content

Commit

Permalink
πŸ“ Update CHANGELOG.md for 2.0.1
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
kaleido-ci committed Jul 25, 2024
1 parent ddf7f43 commit 21db8d7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 2.0.1



---


#### πŸš€ Enhancements:

- Remove deprecated File [#37](https://github.com/remove-bg/ruby/pull/37)
- Update Ruby to 3.3.4 [#36](https://github.com/remove-bg/ruby/pull/36)

#### 🐞 Bugfixes:

- Fix redefined constant warning [#35](https://github.com/remove-bg/ruby/pull/35)

#### πŸ”€ Dependencies

- Update all Bundler dependencies (2024-07-17) [#34](https://github.com/remove-bg/ruby/pull/34)


## 2.0.0

- Deprecate `overwrite: true` in favour of `save!` and `save_zip!`
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.1.pre)
remove_bg (2.0.2.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.1.pre"
VERSION = "2.0.2.pre"
end

0 comments on commit 21db8d7

Please sign in to comment.