Skip to content

Commit

Permalink
chore(main): release 0.27.0 (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
udondan authored Oct 6, 2024
1 parent d258b59 commit c677744
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.26.0"
".": "0.27.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.27.0](https://github.com/udondan/cfn-teleport/compare/v0.26.0...v0.27.0) (2024-10-05)


### Features

* Updates supported resource types (3) ([#742](https://github.com/udondan/cfn-teleport/issues/742)) ([0f13b59](https://github.com/udondan/cfn-teleport/commit/0f13b5906e6d735dc69fc295842a7f7f95b0332e))

## [0.26.0](https://github.com/udondan/cfn-teleport/compare/v0.25.0...v0.26.0) (2024-09-28)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cfn-teleport"
version = "0.26.0"
version = "0.27.0"
edition = "2021"
description = "Moves CloudFormation resources between stacks"
license = "Apache-2.0"
Expand Down

0 comments on commit c677744

Please sign in to comment.