Skip to content

Commit 238350e

Browse files
committed
Update ChangeLog and bump version for v1.0 release
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent 03bca2a commit 238350e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Change Log
33

44
All relevant, user visible, changes are documented in this file.
55

6-
[v1.0][UNRELEASED] - 2024-03-08
6+
[v1.0][] - 2024-03-09
77
---------------------
88

99
First release under new stewardship.
@@ -13,6 +13,7 @@ First release under new stewardship.
1313
- Add JSON output support
1414
- Renamed setting `proxy-queries` to `proxy-mode`, compat
1515
for old setting name remains
16+
- Use lower-case characters for MAC addresses
1617
- Update documentation, missing `iface` settings
1718

1819
### Fixes

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.69])
2-
AC_INIT([mcd], [1.0-rc1], [https://github.com/kernelkit/mcd/issues])
2+
AC_INIT([mcd], [1.0], [https://github.com/kernelkit/mcd/issues])
33
AC_CONFIG_AUX_DIR(.aux)
44
AM_INIT_AUTOMAKE([1.11 foreign])
55
AM_SILENT_RULES([yes])

0 commit comments

Comments
 (0)