Skip to content

Commit

Permalink
Update ChangeLog and bump version for v2.12.0 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 19, 2023
1 parent d69615f commit 1e1bc9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Change Log
All notable changes to the project are documented in this file.


[v2.12.0][UNRELEASED]
[v2.12.0][] - 2023-09-19
------------------------

### Changes
Expand All @@ -17,6 +17,9 @@ All notable changes to the project are documented in this file.
inadyn --list-providers --json

### Fixes
- Issue #396: multi-arch images for both Docker Hub and GHCR
- Issue #421: use Docker `:latest` tag only for latest release. Builds
from GIT development are tagged `:edge`
- Issue #433: dynv6.com not working at all, regression in v2.11.0
- Issue #434: fix regression in DDNS provider names, introduced in
v2.11.0. This change adds support for a provider name alias that
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.61)
AC_INIT([In-a-dyn], [2.12.0-dev], [https://github.com/troglobit/inadyn/issues],
AC_INIT([In-a-dyn], [2.12.0], [https://github.com/troglobit/inadyn/issues],
[inadyn], [https://troglobit.com/projects/inadyn/])
AC_CONFIG_AUX_DIR(aux)
AM_INIT_AUTOMAKE([1.11 foreign dist-xz])
Expand Down

0 comments on commit 1e1bc9e

Please sign in to comment.