From dd07f7d53ec0446daaa0c7837ceb38a53237fcdd Mon Sep 17 00:00:00 2001 From: Andy Lassiter Date: Wed, 5 Jun 2024 11:13:15 -0500 Subject: [PATCH] Update version to 1.2.0-rc.1 --- CHANGELOG.MD | 4 +++- build.gradle | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 3126a91..1faacb6 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -5,7 +5,7 @@ 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.2.0-rc] - 2024-06-05:q ### Added @@ -74,3 +74,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [JHP-82]: https://radiologics.atlassian.net/jira/software/c/projects/JHP/issues/JHP-82 [JHP-83]: https://radiologics.atlassian.net/jira/software/c/projects/JHP/issues/JHP-83 [JHP-88]: https://radiologics.atlassian.net/jira/software/c/projects/JHP/issues/JHP-88 +[JHP-89]: https://radiologics.atlassian.net/jira/software/c/projects/JHP/issues/JHP-89 +[JHP-91]: https://radiologics.atlassian.net/jira/software/c/projects/JHP/issues/JHP-91 \ No newline at end of file diff --git a/build.gradle b/build.gradle index 73136c9..b5e75f8 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { } group "org.nrg.xnatx.plugins" -version "1.2.0-SNAPSHOT" +version "1.2.0-rc.1" description "JupyterHub Plugin for XNAT" repositories {