From 8e900d5619e202243fd7f02b7aefb78c9955e88d Mon Sep 17 00:00:00 2001 From: CloudDrove CI <84795582+clouddrove-ci@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:24:49 +0000 Subject: [PATCH] docs: update CHANGELOG.md for 1.0.1 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be52717..97c50f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.1] - 2024-09-23 +### :sparkles: New Features +- [`54706b7`](https://github.com/clouddrove/terraform-aws-cognito/commit/54706b7d3d67e16a53b671e21b17145ee2e9ad8d) - updated example path and readme parameters *(PR [#21](https://github.com/clouddrove/terraform-aws-cognito/pull/21) by [@Tanveer143s](https://github.com/Tanveer143s))* +- [`154ad13`](https://github.com/clouddrove/terraform-aws-cognito/commit/154ad1361a01185ba2ed1ebbc32da081a10a3a3b) - updated branch name in uses of workflow *(PR [#22](https://github.com/clouddrove/terraform-aws-cognito/pull/22) by [@lavanya-sharma-clouddrove](https://github.com/lavanya-sharma-clouddrove))* + +### :bug: Bug Fixes +- [`b2888f5`](https://github.com/clouddrove/terraform-aws-cognito/commit/b2888f50b41f69125e52220422494984aac20ee6) - terraform fmt *(PR [#24](https://github.com/clouddrove/terraform-aws-cognito/pull/24) by [@nikitadugar](https://github.com/nikitadugar))* + +### :construction_worker: Build System +- [`73be28b`](https://github.com/clouddrove/terraform-aws-cognito/commit/73be28be6e87de22bd3f2e5295fc9d24d98d15a8) - **deps**: bump clouddrove/iam-role/aws from 1.3.0 to 1.3.1 *(commit by [@dependabot[bot]](https://github.com/apps/dependabot))* +- [`16755b1`](https://github.com/clouddrove/terraform-aws-cognito/commit/16755b169fc905fcbd1d3aa31f1667a52b5b6730) - **deps**: bump clouddrove/iam-role/aws in /_example *(commit by [@dependabot[bot]](https://github.com/apps/dependabot))* + + ## [0.19.0] - 2023-02-28 ### :bug: Bug Fixes - [`0ca71a6`](https://github.com/clouddrove/terraform-aws-cognito/commit/0ca71a6a0ecc2d5a569241a80bbd23198180a4f1) - Create dependabot.yml @@ -40,3 +53,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [0.17.0]: https://github.com/clouddrove/terraform-aws-cognito/compare/0.17.0...master [0.18.0]: https://github.com/clouddrove/terraform-aws-cognito/compare/0.18.0...master [0.19.0]: https://github.com/clouddrove/terraform-aws-cognito/compare/0.19.0...master +[1.0.1]: https://github.com/clouddrove/terraform-aws-cognito/compare/1.0.0...1.0.1