CHANGELOG.md in cpl-1.0.1 vs CHANGELOG.md in cpl-1.0.2
- old
+ new
@@ -1,9 +1,38 @@
# Changelog
-## 0.1.1 - 2023-03-09
+All notable changes to this project's source code will be documented in this file. Items under `Unreleased` are upcoming features that will be out in the next version.
-- Fixed issue with default gems for older Ruby versions (#14)
+## Contributors
-## 0.1.0 - 2023-02-19
+Please follow the recommendations outlined at [keepachangelog.com](https://keepachangelog.com). Please use the existing headings and styling as a guide, and add a link for the version diff at the bottom of the file. Also, please update the `Unreleased` link to compare it to the latest release version.
+## Versions
+
+## [Unreleased]
+
+Changes since the last non-beta release.
+
+_Please add entries here for your pull requests that are not yet released._
+
+### Added
+
+- Added steps to migrate to docs. [PR 57](https://github.com/shakacode/heroku-to-control-plane/pull/57) by [Rafael Gomes](https://github.com/rafaelgomesxyz).
+- Added `ps:wait` command. [PR 58](https://github.com/shakacode/heroku-to-control-plane/pull/58) by [Rafael Gomes](https://github.com/rafaelgomesxyz).
+
+## [1.0.1] - 2023-06-28
+
+### Fixed
+
+- Fixed `cleanup-stale-apps` command when app does not have image. [PR 55](https://github.com/shakacode/heroku-to-control-plane/pull/55) by [Rafael Gomes](https://github.com/rafaelgomesxyz).
+
+### Changed
+
+- Improved docs. [PR 50](https://github.com/shakacode/heroku-to-control-plane/pull/50) by [Rafael Gomes](https://github.com/rafaelgomesxyz).
+
+## [1.0.0] - 2023-05-29
+
- Initial release
+
+[Unreleased]: https://github.com/shakacode/heroku-to-control-plane/compare/v1.0.1...HEAD
+[1.0.1]: https://github.com/shakacode/heroku-to-control-plane/compare/v1.0.0...v1.0.1
+[1.0.0]: https://github.com/shakacode/heroku-to-control-plane/releases/tag/v1.0.0