Skip to content

Commit

Permalink
add release date
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed May 24, 2024
1 parent 684c2e8 commit 2e0c768
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@



# Changelog
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).

## [8.1.6] - Unreleased
## [8.1.6] - 2024-05-27

## Changed

Expand Down
2 changes: 1 addition & 1 deletion SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

[assembly: AssemblyVersion("8.1.6")]
[assembly: AssemblyFileVersion("8.1.6")]
[assembly: AssemblyInformationalVersion("8.1.6-rc2")]
[assembly: AssemblyInformationalVersion("8.1.6")]
2 changes: 1 addition & 1 deletion rdmp-client.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>8.1.6.0</version>
<url>https://github.com/HicServices/RDMP/releases/download/v8.1.4/rdmp-8.1.6-client.zip</url>
<url>https://github.com/HicServices/RDMP/releases/download/v8.1.6/rdmp-8.1.6-client.zip</url>
<changelog>https://github.com/HicServices/RDMP/blob/main/CHANGELOG.md#7</changelog>
<mandatory>true</mandatory>
</item>

0 comments on commit 2e0c768

Please sign in to comment.