Skip to content

Commit 4fcaf9d

Browse files
authored
prep release (#2281)
1 parent 6acbe45 commit 4fcaf9d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [9.1.1] - Unreleased
7+
## [9.1.1] - 2025-12-02
88
- Allow Atlassian service workers to write to Confluence from RDMP
99

1010
## [9.1.0] - 2025-11-24

SharedAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
[assembly: AssemblyTrademark("")]
1111
[assembly: AssemblyCulture("")]
1212

13-
[assembly: AssemblyVersion("9.1.0")]
14-
[assembly: AssemblyFileVersion("9.1.0")]
15-
[assembly: AssemblyInformationalVersion("9.1.0")]
13+
[assembly: AssemblyVersion("9.1.1")]
14+
[assembly: AssemblyFileVersion("9.1.1")]
15+
[assembly: AssemblyInformationalVersion("9.1.1")]

rdmp-client.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<item>
3-
<version>9.1.0.0</version>
3+
<version>9.1.1.0</version>
44
<url>https://github.com/HicServices/RDMP/releases/download/v9.1.0/rdmp-9.1.0-client.zip</url>
55
<changelog>https://github.com/HicServices/RDMP/blob/main/CHANGELOG.md#7</changelog>
66
<mandatory>true</mandatory>

0 commit comments

Comments
 (0)