Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
schlick committed Aug 10, 2022
2 parents 2e35f64 + ba2778c commit 90e58ad
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [3.6.2] - 2022-08-10

Fixes incorrect release - tag and published gem back in sync

## [3.6.1] - 2022-08-10
### Added
- Github actions to publish to Rubygems upon release

### Fixed
- Fix `patches:pending` rake task

## [3.6.0] - 2022-05-27

3.6.1 changes were incorrectly published as 3.6.0 but tagged as 3.6.1

### Added
- Added `notification_prefix` and `notification_suffix` to configuration options
- Linked to docs/usage.md in README
Expand Down
2 changes: 1 addition & 1 deletion lib/patches/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Patches
MAJOR = 3
MINOR = 6
PATCH = 0
PATCH = 2
VERSION = [MAJOR, MINOR, PATCH].compact.join(".").freeze
end

0 comments on commit 90e58ad

Please sign in to comment.