From 1151af2df04e89e8fdac172c45c23e289cb0b9c3 Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Thu, 13 Jun 2024 18:58:56 +0200 Subject: [PATCH] fixing and vumping --- changelog.md | 10 +++++++--- gradle.properties | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 2c2dcf5..57e3fe8 100644 --- a/changelog.md +++ b/changelog.md @@ -5,10 +5,14 @@ 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). ----- +* * * ## [Unreleased] -## [1.0.0] => 2024-APR-05 +## [1.0.0] - 2024-06-13 -* First iteration of this module +- First iteration of this module + +[Unreleased]: https://github.com/ortus-boxlang/bx-mssql/compare/v1.0.0...HEAD + +[1.0.0]: https://github.com/ortus-boxlang/bx-mssql/compare/154d0c931fe42b794f5e630bbe5c0099ebc09a7e...v1.0.0 diff --git a/gradle.properties b/gradle.properties index 96a5c81..d53a2dc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Gradle Properties -version=1.0.0 +version=1.1.0 group=com.ortussolutions boxlangVersion=1.0.0 jdkVersion=21