diff --git a/.changes/1.1.0.md b/.changes/1.1.0.md new file mode 100644 index 0000000..146c946 --- /dev/null +++ b/.changes/1.1.0.md @@ -0,0 +1,4 @@ +## 1.1.0 - 2024-10-07 +### 🐛 Bug Fix + +- Rebranded all Thycotic reference to Delinea. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 16f4772..b3319cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 1.1.0 - 2024-10-07 +### 🐛 Bug Fix + +- Rebranded all Thycotic reference to Delinea. ## 1.0.9 - 2024-08-19 ### 🎉 Feature diff --git a/README.md b/README.md index 02187bf..d559ac0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ The Delinea Secret Server Jenkins Plugin allows you to access and reference your Secret Server secrets for use in Jenkins builds. +For more information, please refer to the [Delinea documentation](https://docs.delinea.com/online-help/integrations/jenkins/configure-jenkins.htm) . + ## Usage 1. This plugin add the ability to include Secret Server Secrets into your build environment. diff --git a/Taskfile.yml b/Taskfile.yml index 78d4399..2711cea 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -18,7 +18,7 @@ tasks: bump: desc: bump the version using changie cmds: - - changie batch 1.0.9 + - changie batch 1.1.0 - changie merge - git add .changes/* - git add CHANGELOG.md diff --git a/pom.xml b/pom.xml index 42c85d8..026ce30 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ io.jenkins.plugins thycotic-secret-server - 1.0.9 + 1.1.0 hpi @@ -21,7 +21,7 @@ ~ stapler-plugin.version: The Stapler Maven plugin version required by the plugin. --> 6.0.15 - Thycotic Secret Server Plugin + Delinea Secret Server Plugin