Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.7.0 #184

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Changelog
j
## [0.7.0](https://github.com/ably/terraform-provider-ably/tree/v0.7.0)

[Full Changelog](https://github.com/ably/terraform-provider-ably/compare/v0.6.1...v0.7.0)

**Merged pull requests:**

- \[INF-4937\] - Add server-side batching [\#182](https://github.com/ably/terraform-provider-ably/pull/182) ([surminus](https://github.com/surminus))

## [0.6.1](https://github.com/ably/terraform-provider-ably/tree/v0.6.1)

Expand Down Expand Up @@ -88,7 +96,7 @@ The release also includes additional code quality improvements.

## [0.2.0](https://github.com/ably/terraform-provider-ably/tree/v0.2.0)

This release adds:
This release adds:
- Ably SQS integration rule via `ably_rule_sqs` resource
- Ably Kinesis integration rule via `ably_rule_kinesis` resource
- Updated documentation
Expand All @@ -99,9 +107,9 @@ Bugfixes:

## [0.1.0-beta](https://github.com/ably/terraform-provider-ably/tree/v0.1.0-beta)

Initial release to Terraform Registry.
Initial release to Terraform Registry.

This version includes the following resources:
This version includes the following resources:
- `ably_app`
- `ably_key`
- `ably_namespace`
Expand Down
Loading