Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed May 13, 2024
1 parent bdfcaa3 commit c4dd826
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
### development version

[full changelog](https://github.com/Mange/roadie-rails/compare/v3.1.0...master)
[full changelog](https://github.com/Mange/roadie-rails/compare/v3.2.0...master)

### 3.2.0

[full changelog](https://github.com/Mange/roadie-rails/compare/v3.1.0...v3.2.0)

* Support [Propshaft](https://github.com/rails/propshaft) - [Juani Villarejo](https://github.com/jvillarejo) [#114](https://github.com/Mange/roadie-rails/pull/114)
* Add support (CI) for Ruby 3.3.
* Last version for supporting Ruby 2.6 (EoL).

### 3.1.0

Expand Down
2 changes: 1 addition & 1 deletion lib/roadie/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Roadie
module Rails
VERSION = "3.1.0"
VERSION = "3.2.0"
end
end

0 comments on commit c4dd826

Please sign in to comment.