Skip to content

Commit

Permalink
Update changelog and bump version for v1.3 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Sep 3, 2021
1 parent 5b690de commit 28b2cf8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ ChangeLog
All notable changes to the project are documented in this file.


[v1.3][] - 2021-09-03
---------------------

### Fixes
- Fixes for wrapping Net-SNMP and other services that use `AF_UNIX` IPC


[v1.2][] - 2021-09-01
---------------------

Expand Down Expand Up @@ -41,6 +48,7 @@ First public release. Basic `accept()` wrapper which reads allowed
interface:port tuples from an `ACL=iface:port;iface2:port` environment
variable.

[v1.3]: https://github.com/westermo/accept-guard/compare/v1.2...v1.3
[v1.2]: https://github.com/westermo/accept-guard/compare/v1.1...v1.2
[v1.1]: https://github.com/westermo/accept-guard/compare/v1.0...v1.1
[v1.0]: https://github.com/westermo/accept-guard/compare/v0.0...v1.0
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 1.2
VERSION = 1.3
NAME = accept-guard
PKG = $(NAME)-$(VERSION)
ARCHIVE = $(PKG).tar.gz
Expand Down

0 comments on commit 28b2cf8

Please sign in to comment.