File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,9 @@ jobs:
136136 token : ${{ secrets.CRYPTOBOT_RELEASE_TOKEN }}
137137 generate_release_notes : true
138138 body : |-
139+ ### Full Changelog
140+ See [CHANGELOG.md](https://github.com/cryptomator/siv-mode/blob/develop/CHANGELOG.md).
141+
139142 ### Maven Coordinates
140143 ```xml
141144 <dependency>
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased] ( https://github.com/cryptomator/siv-mode/compare/1.6.0 ...HEAD )
8+ ## [ Unreleased] ( https://github.com/cryptomator/siv-mode/compare/1.6.1 ...HEAD )
99
1010### Added
1111- new lowlevel API:
@@ -30,7 +30,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030- old lowlevel API:
3131 * `new SivMode().encrypt(ctrKey, macKey, encrypted)`
3232 * `new SivMode().decrypt(ctrKey, macKey, ciphertext)`
33-
33+
34+
35+ ## [1.6.1](https://github.com/cryptomator/siv-mode/compare/1.6.0...1.6.1)
36+
37+ ### Changed
38+ - update dependencies
3439
3540## [1.6.0](https://github.com/cryptomator/siv-mode/compare/1.5.2...1.6.0)
3641
You can’t perform that action at this time.
0 commit comments