Skip to content

Commit 13b31b9

Browse files
committed
Bump version to v1.12.0
1 parent 366466e commit 13b31b9

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ follows a format inspired by [Keep a Changelog](https://keepachangelog.com/en/1.
55

66
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased](https://github.com/panorama-ed/memo_wise/compare/v1.11.0...HEAD)
8+
## [Unreleased](https://github.com/panorama-ed/memo_wise/compare/v1.12.0...HEAD)
9+
10+
**Gem enhancements:** none
11+
12+
_No breaking changes!_
13+
14+
**Project enhancements:** none
15+
16+
## [v1.12.0](https://github.com/panorama-ed/memo_wise/compare/v1.11.0...v1.12.0)
917

1018
**Gem enhancements:** none
1119

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: .
1313
specs:
14-
memo_wise (1.11.0)
14+
memo_wise (1.12.0)
1515

1616
GEM
1717
remote: https://rubygems.org/

lib/memo_wise/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module MemoWise
4-
VERSION = "1.11.0"
4+
VERSION = "1.12.0"
55
end

0 commit comments

Comments
 (0)