Skip to content

Commit 90e58ad

Browse files
committed
Merge branch 'develop'
2 parents 2e35f64 + ba2778c commit 90e58ad

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [3.6.2] - 2022-08-10
10+
11+
Fixes incorrect release - tag and published gem back in sync
12+
13+
## [3.6.1] - 2022-08-10
14+
### Added
15+
- Github actions to publish to Rubygems upon release
16+
17+
### Fixed
18+
- Fix `patches:pending` rake task
19+
920
## [3.6.0] - 2022-05-27
21+
22+
3.6.1 changes were incorrectly published as 3.6.0 but tagged as 3.6.1
23+
1024
### Added
1125
- Added `notification_prefix` and `notification_suffix` to configuration options
1226
- Linked to docs/usage.md in README

lib/patches/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Patches
22
MAJOR = 3
33
MINOR = 6
4-
PATCH = 0
4+
PATCH = 2
55
VERSION = [MAJOR, MINOR, PATCH].compact.join(".").freeze
66
end

0 commit comments

Comments
 (0)