Skip to content

Commit

Permalink
chore(main): release 0.15.0 (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
udondan authored Feb 25, 2024
1 parent 71c737d commit c882a30
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.14.0"
".": "0.15.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.15.0](https://github.com/udondan/cfn-teleport/compare/v0.14.0...v0.15.0) (2024-02-23)


### Features

* Updates supported resource types (1) ([#509](https://github.com/udondan/cfn-teleport/issues/509)) ([cfe9ff1](https://github.com/udondan/cfn-teleport/commit/cfe9ff12661c4658758d4c49b05674f94be1f4f1))

## [0.14.0](https://github.com/udondan/cfn-teleport/compare/v0.13.0...v0.14.0) (2024-02-18)


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.14.0"
version = "0.15.0"
edition = "2021"
description = "Moves CloudFormation resources between stacks"
license = "Apache-2.0"
Expand Down

0 comments on commit c882a30

Please sign in to comment.