Skip to content

Commit c57dc24

Browse files
committed
chore: creating version 1.6
1 parent 52822db commit c57dc24

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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.6] - 2023-07-29
9+
810
### Added
911
- Added application profile for UFW on Debian/Ubuntu distribution
1012
- Added `armhf` distribution for Debian/Ubuntu
@@ -78,3 +80,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7880
[1.3]: https://github.com/gershnik/wsdd-native/releases/v1.3
7981
[1.4]: https://github.com/gershnik/wsdd-native/releases/v1.4
8082
[1.5]: https://github.com/gershnik/wsdd-native/releases/v1.5
83+
[1.6]: https://github.com/gershnik/wsdd-native/releases/v1.6

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5
1+
1.6

installers/rpm-systemd/wsddn.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: wsddn
2-
Version: 1.5
3-
Release: 4%{?dist}
2+
Version: 1.6
3+
Release: 1%{?dist}
44
Summary: WS-Discovery Host Daemon
55

66
License: BSD-3-Clause
@@ -81,6 +81,9 @@ if [ $1 -eq 0 ] ; then
8181
fi
8282

8383
%changelog
84+
* Sat Jul 29 2023 gershnik - 1.6-1
85+
- Release 1.6
86+
8487
* Thu Jul 27 2023 gershnik - 1.5-4
8588
- Fixing changelog
8689

0 commit comments

Comments
 (0)