Skip to content

Commit 5c7c1e2

Browse files
committed
Release 1.7.0
1 parent 57d4753 commit 5c7c1e2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [1.7.0] - 2025-01-17
10+
911
### Added
1012

1113
- Support for Ruby 3.4 and Rails 8.0
@@ -207,7 +209,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
207209

208210
- Improve rails initializer code
209211

210-
[Unreleased]: https://github.com/jgraichen/msgr/compare/v1.6.1...HEAD
212+
[Unreleased]: https://github.com/jgraichen/msgr/compare/v1.7.0...HEAD
213+
[1.7.0]: https://github.com/jgraichen/msgr/compare/v1.6.1...v1.7.0
211214
[1.6.1]: https://github.com/jgraichen/msgr/compare/v1.6.0...v1.6.1
212215
[1.6.0]: https://github.com/jgraichen/msgr/compare/v1.5.0...v1.6.0
213216
[1.5.0]: https://github.com/jgraichen/msgr/compare/v1.4.0...v1.5.0

lib/msgr/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
module Msgr
44
module VERSION
55
MAJOR = 1
6-
MINOR = 6
7-
PATCH = 1
6+
MINOR = 7
7+
PATCH = 0
88
STAGE = nil
99
STRING = [MAJOR, MINOR, PATCH, STAGE].compact.join('.')
1010

0 commit comments

Comments
 (0)