Skip to content

Commit

Permalink
Merge branch 'hotfix/14.1.1' into develop
Browse files Browse the repository at this point in the history
* hotfix/14.1.1:
  Update version and changelog
  • Loading branch information
tagliala committed Dec 19, 2023
2 parents 6f9cdc8 + d25ce34 commit 1f45440
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.1 / 2023-12-19

* [BUGFIX] Fix memory leak in development mode ([#301](https://github.com/enriclluelles/route_translator/pull/301))
* [ENHANCEMENT] Update development dependencies

## 14.1.0 / 2023-10-05

* [FEATURE] Rails 7.1 compatibility
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.0'
VERSION = '14.1.1'
end

0 comments on commit 1f45440

Please sign in to comment.