Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Dec 13, 2024
1 parent 5c2c55e commit 3a22314
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.1] - 2024-12-13

### Added

- Fix issue with automated release
Expand Down Expand Up @@ -237,7 +239,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.0...HEAD
[Unreleased]: https://github.com/mnemosyne-mon/mnemosyne-ruby/compare/v2.1.1...HEAD
[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
[1.17.0]: https://github.com/mnemosyne-mon/mnemosyne-ruby/compare/v1.16.0...v1.17.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 = 0
PATCH = 1
STAGE = nil

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

0 comments on commit 3a22314

Please sign in to comment.