From d0496b1e4cdc5e24b72c9d136497b56fe100d98e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 15:24:44 +0200 Subject: [PATCH] chore(main): release 0.2.0 (#7) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52f5354..d129ec0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.2.0](https://github.com/scalingo-community/terraform-scalingo-app/compare/v0.1.0...v0.2.0) (2023-08-22) + + +### ⚠ BREAKING CHANGES + +* change the app link between resources with .id instead of .name to comply with the updated docs of Scalingo provider + +### Features + +* add sticky_sessions and router_logs variables ([2d9f4bd](https://github.com/scalingo-community/terraform-scalingo-app/commit/2d9f4bd01ab0490c95cedc077ad23595f502d015)) + + +### Bug Fixes + +* change the app link between resources with .id instead of .name to comply with the updated docs of Scalingo provider ([349027d](https://github.com/scalingo-community/terraform-scalingo-app/commit/349027dfa2219a30d2e639c6ffe92c0ee783fe9b)) +* rename sticky_sessions variable ([9768ea1](https://github.com/scalingo-community/terraform-scalingo-app/commit/9768ea10c636916642ef2ff2f0186e740563f0dd)) + + +### Miscellaneous Chores + +* release 0.2.0 ([b8b4995](https://github.com/scalingo-community/terraform-scalingo-app/commit/b8b499570190cea33aabfc4befb43a7b9a684c58)) + ## 0.1.0 (2023-08-18)