Skip to content

Commit

Permalink
Release v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Aug 23, 2023
1 parent 2bf1cff commit aa70caf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
16 changes: 7 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,21 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [Unreleased]

---
## [1.15.0] - 2023-08-23

### New
### Added

- Support for `redis` gem v5+

### Changes

### Fixes
### Fixed

- Method signature for `#publish` in MSGR probe

### Breaks

## [1.14.0] - (2023-07-31)

### New
### Added

- Tests with Ruby 3.2

Expand Down Expand Up @@ -196,6 +192,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/v1.15.0...HEAD
[1.15.0]: https://github.com/mnemosyne-mon/mnemosyne-ruby/compare/v1.14.0...v1.15.0
[1.14.0]: https://github.com/mnemosyne-mon/mnemosyne-ruby/compare/v1.14.0...v1.13.0
[1.13.0]: https://github.com/mnemosyne-mon/mnemosyne-ruby/compare/v1.13.0...v1.12.1
[1.12.1]: https://github.com/mnemosyne-mon/mnemosyne-ruby/compare/v1.12.1...v1.12.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 @@ -3,7 +3,7 @@
module Mnemosyne
module VERSION
MAJOR = 1
MINOR = 14
MINOR = 15
PATCH = 0
STAGE = nil

Expand Down

0 comments on commit aa70caf

Please sign in to comment.