-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
992ec2f
commit 0413f63
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: |