Skip to content

Commit

Permalink
Release 1.0.4 (#9)
Browse files Browse the repository at this point in the history
* CHANGELOG for next version

* Bump to v1.0.4
  • Loading branch information
olleolleolle committed Jun 7, 2022
1 parent 6e36da8 commit 955fbb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion lib/faraday/multipart/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 955fbb3

Please sign in to comment.