CHANGELOG.md in cpl-1.1.0 vs CHANGELOG.md in cpl-1.1.1

- old
+ new

@@ -14,10 +14,16 @@ _Please add entries here for your pull requests that are not yet released._ ### Fixed +- Fixed issue where API token is not reset when switching profile. [PR 77](https://github.com/shakacode/heroku-to-control-plane/pull/77) by [Rafael Gomes](https://github.com/rafaelgomesxyz). + +## [1.1.0] - 2023-09-20 + +### Fixed + - Fixed issue where `copy-image-from-upstream` command does not copy commit. [PR 70](https://github.com/shakacode/heroku-to-control-plane/pull/70) by [Rafael Gomes](https://github.com/rafaelgomesxyz). - Fixed issue where an error is not raised if the app is not defined. [PR 73](https://github.com/shakacode/heroku-to-control-plane/pull/73) by [Rafael Gomes](https://github.com/rafaelgomesxyz). - Fixed issue where `CPLN_ENDPOINT` is not used if available. [PR 75](https://github.com/shakacode/heroku-to-control-plane/pull/75) by [Rafael Gomes](https://github.com/rafaelgomesxyz). ### Added @@ -69,10 +75,11 @@ ## [1.0.0] - 2023-05-29 - Initial release -[Unreleased]: https://github.com/shakacode/heroku-to-control-plane/compare/v1.0.4...HEAD +[Unreleased]: https://github.com/shakacode/heroku-to-control-plane/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/shakacode/heroku-to-control-plane/compare/v1.0.4...v1.1.0 [1.0.4]: https://github.com/shakacode/heroku-to-control-plane/compare/v1.0.3...v1.0.4 [1.0.3]: https://github.com/shakacode/heroku-to-control-plane/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/shakacode/heroku-to-control-plane/compare/v1.0.1...v1.0.2 [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