From 9a4d1355443ab86cd3a03763b872fe26f9ad4157 Mon Sep 17 00:00:00 2001 From: Maria Kuklina <101095419+kmd-fl@users.noreply.github.com> Date: Fri, 15 Mar 2024 16:27:37 +0100 Subject: [PATCH] chore(main): release test-ci 1.2.0 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 5fdd883..c3f1463 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6052d34..5f2e2d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.0](https://github.com/kmd-fl/test-ci-3/compare/test-ci-v1.1.0...test-ci-v1.2.0) (2024-03-15) + + +### Features + +* add ([8584577](https://github.com/kmd-fl/test-ci-3/commit/8584577684db78d7e413e1aaba96b9bcea55d27d)) +* update ([c1b3e65](https://github.com/kmd-fl/test-ci-3/commit/c1b3e653d17d29fd6eae2c6e9de80cb7c00fc9bc)) + ## [1.1.0](https://github.com/kmd-fl/test-ci-2/compare/v1.0.0...v1.1.0) (2024-03-15) diff --git a/Cargo.toml b/Cargo.toml index 1fbac60..e7d9897 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-ci-2" -version = "1.1.0" +version = "1.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html