Skip to content

Commit c859ede

Browse files
committed
chore: creating version 1.8
1 parent dcee598 commit c859ede

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## Unreleased
77

8+
## [1.8] - 2023-10-17
9+
810
### Changed
911
- Updated 3rd party dependencies
1012
- macOS: removed "wrapper" app since Apple appears to have broken "associated bundles" functionality.
@@ -96,3 +98,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
9698
[1.5]: https://github.com/gershnik/wsdd-native/releases/v1.5
9799
[1.6]: https://github.com/gershnik/wsdd-native/releases/v1.6
98100
[1.7]: https://github.com/gershnik/wsdd-native/releases/v1.7
101+
[1.8]: https://github.com/gershnik/wsdd-native/releases/v1.8

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7
1+
1.8

installers/rpm-systemd/wsddn.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: wsddn
2-
Version: 1.7
2+
Version: 1.8
33
Release: 1%{?dist}
44
Summary: WS-Discovery Host Daemon
55

@@ -79,6 +79,9 @@ if [ $1 -eq 0 ] ; then
7979
fi
8080

8181
%changelog
82+
* Tue Oct 17 2023 gershnik - 1.8-1
83+
- Release 1.8
84+
8285
* Fri Sep 22 2023 gershnik - 1.7-1
8386
- Release 1.7
8487

0 commit comments

Comments
 (0)