From 8abee8a87b7ef9b212308333ec3d3cd74b29cc05 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 29 Dec 2023 11:22:02 +0000 Subject: [PATCH] chore(release): 1.1.3 [skip ci] ## [1.1.3](https://github.com/manosbatsis/corda5-testutils/compare/v1.1.2...v1.1.3) (2023-12-29) ### Bug Fixes * fix version update in docs ([f69969d](https://github.com/manosbatsis/corda5-testutils/commit/f69969d98dc311dcb6e3f2b755536fe8168b3e66)) * fix version update in docs ([4b766b5](https://github.com/manosbatsis/corda5-testutils/commit/4b766b533de94fbea27183d0319a48bbcf5a127e)) * fix version update in docs ([80d5617](https://github.com/manosbatsis/corda5-testutils/commit/80d56174f80eb32e7f6855de7ee8dbf1b87306c4)) --- docs/CHANGELOG.md | 9 +++++++++ gradle.properties | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3921f2c..ebf8746 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.3](https://github.com/manosbatsis/corda5-testutils/compare/v1.1.2...v1.1.3) (2023-12-29) + + +### Bug Fixes + +* fix version update in docs ([f69969d](https://github.com/manosbatsis/corda5-testutils/commit/f69969d98dc311dcb6e3f2b755536fe8168b3e66)) +* fix version update in docs ([4b766b5](https://github.com/manosbatsis/corda5-testutils/commit/4b766b533de94fbea27183d0319a48bbcf5a127e)) +* fix version update in docs ([80d5617](https://github.com/manosbatsis/corda5-testutils/commit/80d56174f80eb32e7f6855de7ee8dbf1b87306c4)) + ## [1.1.2](https://github.com/manosbatsis/corda5-testutils/compare/v1.1.1...v1.1.2) (2023-12-29) diff --git a/gradle.properties b/gradle.properties index 20d0bc4..4154274 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.github.manosbatsis.corda5.testutils -version=1.1.2 +version=1.1.3 vendorName=Manos Batsis kotlin.code.style=official