From 0413f632455b5478c1ac783f0e6f82c4aae07e91 Mon Sep 17 00:00:00 2001 From: momento-github-actions-machine-user <87725926+momento-github-actions-machine-user@users.noreply.github.com> Date: Wed, 12 Jun 2024 17:15:11 -0700 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b76e247..dcb3672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +# Changelog + +## 0.1.0 (2024-06-13) + + +### Features + +* add contributing doc with instructions for testing locally, update package name to use momentohq ([#7](https://github.com/momentohq/terraform-provider-momento/issues/7)) ([d242374](https://github.com/momentohq/terraform-provider-momento/commit/d242374938930fd4ef063345816014cdb559242e)) +* switch from auth token to api key verbiage ([#8](https://github.com/momentohq/terraform-provider-momento/issues/8)) ([37d332c](https://github.com/momentohq/terraform-provider-momento/commit/37d332c84dae993060e126e12ffe834d370389b3)) + + +### Bug Fixes + +* ListCaches does not need NextToken, update tests, update comments ([#10](https://github.com/momentohq/terraform-provider-momento/issues/10)) ([c090e17](https://github.com/momentohq/terraform-provider-momento/commit/c090e175c5d8455e14f5379376a606457dd5fd92)) +* remove unnecessary line in go.mod and update readme and contributing docs for clarity ([#13](https://github.com/momentohq/terraform-provider-momento/issues/13)) ([8aa7aa0](https://github.com/momentohq/terraform-provider-momento/commit/8aa7aa0636e9f226ce046d40f71bb5fc08216844)) + + +### Miscellaneous + +* add github actions workflow to generate Momento readme ([c63bd2f](https://github.com/momentohq/terraform-provider-momento/commit/c63bd2f24f8cf154e5d7d3f3a3a5494ed3922ee9)) +* add release-please to create git tags and releases from PRs ([#11](https://github.com/momentohq/terraform-provider-momento/issues/11)) ([411eb4c](https://github.com/momentohq/terraform-provider-momento/commit/411eb4ccdcd3205452df813e5fb611eeaa61db3c)) +* re-enable release workflow ([#15](https://github.com/momentohq/terraform-provider-momento/issues/15)) ([992ec2f](https://github.com/momentohq/terraform-provider-momento/commit/992ec2f486beba75eb87d85c264e158d723f51a0)) +* release 0.1.0 ([#14](https://github.com/momentohq/terraform-provider-momento/issues/14)) ([bea590a](https://github.com/momentohq/terraform-provider-momento/commit/bea590aab3ec630ea9ce89e724f4c07972561831)) +* turn off github actions for now ([604d396](https://github.com/momentohq/terraform-provider-momento/commit/604d396cf001a139ee53832c7f3c397f4f2d0c00)) +* update deps and testing workflow ([#9](https://github.com/momentohq/terraform-provider-momento/issues/9)) ([e798f82](https://github.com/momentohq/terraform-provider-momento/commit/e798f82b0c79cd40790f16f86ff647834339bdb7)) +* upgrade deps ([#11](https://github.com/momentohq/terraform-provider-momento/issues/11)) ([4b4f108](https://github.com/momentohq/terraform-provider-momento/commit/4b4f10851b27dfe0a4b4cc708b9949ba435fc906)) +* use apache-2.0 license instead ([8a2e745](https://github.com/momentohq/terraform-provider-momento/commit/8a2e74562d0be0931d98a84e0529ea229590dbc4)) + ## 0.1.0 (Unreleased) FEATURES: