diff --git a/CHANGELOG.md b/CHANGELOG.md index 136ea18..aa9418e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.2.1] - Unreleased + ## [0.2.0] - 2024-07-02 ### Added @@ -18,15 +20,3 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Handle multiline changes - -## [0.1.8] - Unreleased - -### Changed - -- Update the README.md to specify the default values for some configuration. - -## [0.1.7] - 2024-06-10 - -### Fixed - -- Pass the version_redo_proc to the Reissue.call in the reissue task. diff --git a/Gemfile.lock b/Gemfile.lock index 2252beb..04f4e0d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - reissue (0.2.0) + reissue (0.2.1) rake GEM diff --git a/lib/reissue/version.rb b/lib/reissue/version.rb index 75d1764..8c9234e 100644 --- a/lib/reissue/version.rb +++ b/lib/reissue/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Reissue - VERSION = "0.2.0" + VERSION = "0.2.1" end