Skip to content

Commit

Permalink
Merge pull request #177 from ably/release/0.6.1
Browse files Browse the repository at this point in the history
Release v0.6.1
  • Loading branch information
graham-russell authored Feb 9, 2024
2 parents fbf9585 + fe86225 commit b56f0bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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

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

**Merged pull requests:**

- \[INF-3250\] - Update Contributing and Provider documentation [\#176](https://github.com/ably/terraform-provider-ably/pull/176) ([graham-russell](https://github.com/graham-russell))

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

[Full Changelog](https://github.com/ably/terraform-provider-ably/compare/v0.5.0...v0.6.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ terraform {
required_providers {
ably = {
source = "ably/ably"
version = "0.6.0"
version = "0.6.1"
}
}
}
Expand Down

0 comments on commit b56f0bb

Please sign in to comment.