From 713725d5662b641ecfa13681ac28ae0d8a6c9ccd Mon Sep 17 00:00:00 2001 From: Daniel Schroeder Date: Sat, 30 Dec 2023 12:27:04 +0100 Subject: [PATCH] chore(main): release 0.11.0 (#407) --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87b25c3b..d672ff6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.0](https://github.com/udondan/cfn-teleport/compare/v0.10.0...v0.11.0) (2023-12-30) + + +### Features + +* Updates supported resource types (326) ([#323](https://github.com/udondan/cfn-teleport/issues/323)) ([ecaec1e](https://github.com/udondan/cfn-teleport/commit/ecaec1efe461cbb31e989b046b29bece61d4e539)) + ## [0.10.0](https://github.com/udondan/cfn-teleport/compare/v0.9.0...v0.10.0) (2023-09-09) diff --git a/Cargo.lock b/Cargo.lock index bb1ab4a9..9c834d6c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -502,7 +502,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cfn-teleport" -version = "0.10.0" +version = "0.11.0" dependencies = [ "atty", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index 2a610027..536ccd2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cfn-teleport" -version = "0.10.0" +version = "0.11.0" edition = "2021" description = "Moves CloudFormation resources between stacks" license = "Apache-2.0"