Skip to content
This repository was archived by the owner on Oct 25, 2025. It is now read-only.

Commit 1e1bc9e

Browse files
committed
Update ChangeLog and bump version for v2.12.0 release
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent d69615f commit 1e1bc9e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ChangeLog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Change Log
44
All notable changes to the project are documented in this file.
55

66

7-
[v2.12.0][UNRELEASED]
7+
[v2.12.0][] - 2023-09-19
88
------------------------
99

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

1919
### Fixes
20+
- Issue #396: multi-arch images for both Docker Hub and GHCR
21+
- Issue #421: use Docker `:latest` tag only for latest release. Builds
22+
from GIT development are tagged `:edge`
2023
- Issue #433: dynv6.com not working at all, regression in v2.11.0
2124
- Issue #434: fix regression in DDNS provider names, introduced in
2225
v2.11.0. This change adds support for a provider name alias that

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ(2.61)
2-
AC_INIT([In-a-dyn], [2.12.0-dev], [https://github.com/troglobit/inadyn/issues],
2+
AC_INIT([In-a-dyn], [2.12.0], [https://github.com/troglobit/inadyn/issues],
33
[inadyn], [https://troglobit.com/projects/inadyn/])
44
AC_CONFIG_AUX_DIR(aux)
55
AM_INIT_AUTOMAKE([1.11 foreign dist-xz])

0 commit comments

Comments
 (0)