From 39393efb363f6c7d9299b0b36065785d97d02264 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 4 Jan 2024 23:41:08 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/manosbatsis/corda5-testutils/compare/v1.1.4...v1.2.0) (2024-01-04) ### Features * add launcher session mode ([46a78b6](https://github.com/manosbatsis/corda5-testutils/commit/46a78b635044905dd0ff88148bcfe79eb5ad2f63)) --- docs/CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b30bae9..a9eede7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,6 +4,13 @@ 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.2.0](https://github.com/manosbatsis/corda5-testutils/compare/v1.1.4...v1.2.0) (2024-01-04) + + +### Features + +* add launcher session mode ([46a78b6](https://github.com/manosbatsis/corda5-testutils/commit/46a78b635044905dd0ff88148bcfe79eb5ad2f63)) + ## [1.1.4](https://github.com/manosbatsis/corda5-testutils/compare/v1.1.3...v1.1.4) (2024-01-04) diff --git a/gradle.properties b/gradle.properties index 74cef2b..415ae2e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.github.manosbatsis.corda5.testutils -version=1.1.4 +version=1.2.0 vendorName=Manos Batsis kotlin.code.style=official