Skip to content

Commit

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

## [Unreleased]

## [1.6.1] - 2024-10-04

### Fixed

- Changelog parsing failing in release workflow

## [1.6.0] - 2024-10-04

### Added
Expand Down Expand Up @@ -193,7 +199,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- Improve rails initializer code

[Unreleased]: https://github.com/jgraichen/msgr/compare/v1.6.0...HEAD
[Unreleased]: https://github.com/jgraichen/msgr/compare/v1.6.1...HEAD
[1.6.1]: https://github.com/jgraichen/msgr/compare/v1.6.0...v1.6.1
[1.6.0]: https://github.com/jgraichen/msgr/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/jgraichen/msgr/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/jgraichen/msgr/compare/v1.3.2...v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion lib/msgr/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Msgr
module VERSION
MAJOR = 1
MINOR = 6
PATCH = 0
PATCH = 1
STAGE = nil
STRING = [MAJOR, MINOR, PATCH, STAGE].compact.join('.')

Expand Down

0 comments on commit e153e55

Please sign in to comment.