CHANGELOG.md in semmy-1.0.2 vs CHANGELOG.md in semmy-1.1.0
- old
+ new
@@ -1,45 +1,17 @@
# CHANGELOG
-### Version 1.0.2
+### Version 1.1.0
-2019-01-21
+2019-01-23
-[Compare changes](https://github.com/tf/semmy/compare/v1.0.1...v1.0.2)
+[Compare changes](https://github.com/tf/semmy/compare/1-0-stable...v1.1.0)
-- Ensure test install of gem during `release:prepare` does not hang
+- Run same tasks as on `master` when running on major version stable
+ branch (e.g. `2-x-stable`).
+
+- Bug fix: Ensure test install of gem during `release:prepare` does not hang
waiting for interactive input on uninstall.
-### Version 1.0.1
-
-2018-12-10
-
-[Compare changes](https://github.com/tf/semmy/compare/v1.0.0...v1.0.1)
-
-- Require date stdlib to prevent error during prepare.
-
-### Version 1.0.0
-
-2017-07-13
-
-[Compare changes](https://github.com/tf/semmy/compare/0-x-stable...v1.0.0)
-
-##### Breaking Changes
-
-- A typo in the name of the `changelog_unreleased_section_heading` and
- `changelog_unreleased_section_blank_slate` options was fixed.
-- The default value of `changelog_unreleased_section_heading` changed
- to "Unreleased Changes". You need to update the header in your
- changelog or manually set the previous value via the configuration option.
-
-##### New Features
-
-- Add `bump:patch` task which begins a patch level release.
-- Add `bump:mahor` task which updates the major version.
-
-##### Bug Fixes
-
-- Fix indentation of generated unreleased changes section.
-
See
-[0-x-stable branch](https://github.com/tf/semmy/blob/0-x-stable/CHANGELOG.md)
+[1-0-stable branch](https://github.com/tf/semmy/blob/1-0-stable/CHANGELOG.md)
for previous changes.