From c7e60ff69d27b05edd658e2f95a64a692b171889 Mon Sep 17 00:00:00 2001 From: Racci Date: Mon, 21 Feb 2022 23:24:07 +1100 Subject: [PATCH] chore(version): v1.3.1 --- CHANGELOG.md | 8 ++++++++ gradle.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1943963dc..22d0add6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## [v1.3.1](https://github.com/Da_Racci/Minix/compare/v1.3.0..v1.3.1) - 2022-02-21 +#### Bug Fixes +- ShadowJar not excluding stuff and therefor the plugin not working - ([cb4e165](https://github.com/Da_Racci/Minix/commit/cb4e16543a6ac89e96d03351638ae38fbf30aeac)) - [@Da_Racci](https://github.com/Da_Racci) +#### Miscellaneous Chores +- **(deps)** update dependency dev.racci:catalog to v1.6.10-59 - ([75aae5e](https://github.com/Da_Racci/Minix/commit/75aae5e92c92e12dcbb9bc67946b31728fa95675)) - Renovate Bot +- **(version)** v1.3.0 - ([ed9a7ce](https://github.com/Da_Racci/Minix/commit/ed9a7ceb442729f04f8e88fb33f2a77718f9d3bb)) - [@Da_Racci](https://github.com/Da_Racci) +- - - + ## [v1.3.0](https://github.com/Da_Racci/Minix/compare/v1.2.2..v1.3.0) - 2022-02-17 #### Features - Message to an audience - ([a296d6f](https://github.com/Da_Racci/Minix/commit/a296d6fd08220acc3240f2aff68b28b99ba31d29)) - [@Da_Racci](https://github.com/Da_Racci) diff --git a/gradle.properties b/gradle.properties index 9d6288d89..ef0cbb8a5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # suppress inspection "UnusedProperty" for whole file group=dev.racci -version=1.3.0 +version=1.3.1 addRunNumber=false kotlinVersion=1.6.10 minixVersion=0.4.48