diff --git a/CHANGELOG.md b/CHANGELOG.md index a75ce24..361dab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## Unreleased +## [1.0.4](https://github.com/lostisland/faraday-multipart/releases/tag/v1.0.3) (2022-06-07) ### What's Changed - * Drop support for 'multipart-post' < 2.0.0. This is not a breaking change as the code didn't work with 1.x. - * Change references to UploadIO and Parts according to class reorganization in the 'multipart-post' gem 2.2.0 (see [multipart-post gem PR #89](https://github.com/socketry/multipart-post/pull/89)) - * Introduce a backwards compatible safeguard so the gem still works with previous 'multipart-post' 2.x releases. +* Drop support for 'multipart-post' < 2.0.0. This is not a breaking change as this gem's code didn't work with 1.x. +* Change references to `UploadIO` and `Parts` according to class reorganization in the 'multipart-post' gem 2.2.0 (see [multipart-post gem PR #89](https://github.com/socketry/multipart-post/pull/89)) +* Introduce a backwards compatible safeguard so the gem still works with previous 'multipart-post' 2.x releases. ## [1.0.3](https://github.com/lostisland/faraday-multipart/releases/tag/v1.0.3) (2022-01-08) diff --git a/lib/faraday/multipart/version.rb b/lib/faraday/multipart/version.rb index 6df4bd2..984d702 100644 --- a/lib/faraday/multipart/version.rb +++ b/lib/faraday/multipart/version.rb @@ -3,7 +3,7 @@ module Faraday # #:nodoc: module Multipart - VERSION = '1.0.3' + VERSION = '1.0.4' def self.multipart_post_version require 'multipart/post/version'