Skip to content

Commit f05b4d7

Browse files
cleanup
[deploy]
1 parent 4da3f20 commit f05b4d7

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

0 commit comments

Comments
 (0)