Skip to content

Commit

Permalink
Release v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Dec 18, 2024
1 parent b82537a commit fcfc3d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [2.1.2] - 2024-12-18

### Fixed

- Issue with require hook in Rails app
Expand Down Expand Up @@ -243,7 +245,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- Add platform identifier

[Unreleased]: https://github.com/mnemosyne-mon/mnemosyne-ruby/compare/v2.1.1...HEAD
[Unreleased]: https://github.com/mnemosyne-mon/mnemosyne-ruby/compare/v2.1.2...HEAD
[2.1.2]: https://github.com/mnemosyne-mon/mnemosyne-ruby/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/mnemosyne-mon/mnemosyne-ruby/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/mnemosyne-mon/mnemosyne-ruby/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/mnemosyne-mon/mnemosyne-ruby/compare/v1.17.0...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion lib/mnemosyne/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Mnemosyne
module VERSION
MAJOR = 2
MINOR = 1
PATCH = 1
PATCH = 2
STAGE = nil

STRING = [MAJOR, MINOR, PATCH, STAGE].compact.join('.')
Expand Down

0 comments on commit fcfc3d8

Please sign in to comment.