From 9ef3b7a2d66036f402887299f34b8713c18e7508 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 01:16:54 +0000 Subject: [PATCH] chore(main): release 0.23.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12d83be..422a9a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [0.23.1](https://github.com/briancaffey/terraform-aws-django/compare/v0.23.0...v0.23.1) (2023-01-24) + + +### Bug Fixes + +* Set auto_minor_version_upgrade = false (so state does not get changed outside of terraform) ([#62](https://github.com/briancaffey/terraform-aws-django/issues/62)) ([df451f1](https://github.com/briancaffey/terraform-aws-django/commit/df451f1d706c43456092f650722f74c1b1a359b0)) + ## [0.23.0](https://github.com/briancaffey/terraform-aws-django/compare/v0.22.1...v0.23.0) (2023-01-21)