Skip to content

Commit 524ab2b

Browse files
authored
Merge pull request #57 from CendioHanli/master
Bump to ThinLinc 4.20.1
2 parents 2c2ccf2 + 4a55c19 commit 524ab2b

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

12+
## [1.16] - 2026-04-27
13+
14+
### Changed
15+
16+
- Updated to 4.20.1
17+
1218
## [1.15] - 2026-01-07
1319

1420
### Changed
@@ -144,7 +150,8 @@ First release.
144150

145151
- An Ansible role to install the ThinLinc server software.
146152

147-
[unreleased]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.15...HEAD
153+
[unreleased]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.16...HEAD
154+
[1.16]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.15...v1.16
148155
[1.15]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.14...v1.15
149156
[1.14]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.13...v1.14
150157
[1.13]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.12...v1.13

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ThinLinc End User License Agreement. NOTE: Setting this to yes is a
3636
requirement for installing and using ThinLinc.
3737
3838
```yaml
39-
thinlinc_version: "4.20.0"
39+
thinlinc_version: "4.20.1"
4040
```
4141
4242
ThinLinc version number.

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
thinlinc_accept_eula: "no"
55

6-
thinlinc_version: "4.20.0"
6+
thinlinc_version: "4.20.1"
77
thinlinc_bundle_path: "tl-{{ thinlinc_version }}-server.zip"
88

99
thinlinc_autoinstall_dependencies: "yes"

0 commit comments

Comments
 (0)