Skip to content

Commit 16c7c4b

Browse files
authored
Merge pull request #385 from panorama-ed/v1.12.0
Bump version to v1.12.0
2 parents b139edf + 13b31b9 commit 16c7c4b

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
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/

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ Then carry out these steps:
286286
287287
**Project enhancements:** none
288288
```
289-
- Commit with title `Update CHANGELOG.md for x.y.z`
290289
291290
2. Update `lib/memo_wise/version.rb`
292291
- Replace with upcoming version _x.y.z_

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)