File tree 4 files changed +11
-4
lines changed
4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,15 @@ follows a format inspired by [Keep a Changelog](https://keepachangelog.com/en/1.
5
5
6
6
This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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 )
9
17
10
18
** Gem enhancements:** none
11
19
Original file line number Diff line number Diff line change 11
11
PATH
12
12
remote: .
13
13
specs:
14
- memo_wise (1.11 .0 )
14
+ memo_wise (1.12 .0 )
15
15
16
16
GEM
17
17
remote: https://rubygems.org/
Original file line number Diff line number Diff line change @@ -286,7 +286,6 @@ Then carry out these steps:
286
286
287
287
**Project enhancements:** none
288
288
```
289
- - Commit with title `Update CHANGELOG.md for x.y.z`
290
289
291
290
2. Update `lib/memo_wise/version.rb`
292
291
- Replace with upcoming version _x.y.z_
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module MemoWise
4
- VERSION = "1.11 .0"
4
+ VERSION = "1.12 .0"
5
5
end
You can’t perform that action at this time.
0 commit comments