Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed May 27, 2024
1 parent 44f8154 commit 8f6d4a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 14.1.2 / 2024-05-27

* [ENHANCEMENT] Test against Ruby 3.3
* [ENHANCEMENT] Allow Rails 8.0 (pre)

## 14.1.1 / 2023-12-19

* [BUGFIX] Fix memory leak in development mode ([#301](https://github.com/enriclluelles/route_translator/pull/301))
Expand Down
2 changes: 1 addition & 1 deletion lib/route_translator/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RouteTranslator
VERSION = '14.1.1'
VERSION = '14.1.2'
end

0 comments on commit 8f6d4a1

Please sign in to comment.