Skip to content

Commit 0747a2c

Browse files
committed
Add changelog
1 parent 50359ef commit 0747a2c

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog
2+
3+
## [3.3] - 2022-05-26
4+
5+
Push image to Docker Hub
6+
7+
## [3.2] - 2021-10-02
8+
9+
Push image to Docker Hub
10+
11+
## [3.1] - 2021-06-11
12+
13+
Build Docker Image with GitLab CI
14+
15+
## [3.0] - 2020-06-11
16+
17+
Support for updating IPv4 and IPv6 address in a single request.
18+
19+
**Note:** This change replaces the `ipaddress` field in the query string as well as the `post_process` config option. Use the query parameters `myip` and `myipv6` to specify the IP address. In the `post_process` command, `%ipv4address%` and `%ipv6address%` are now used as placeholders.
20+
21+
## [2.1] - 2019-09-19
22+
23+
Added Docker image
24+
25+
## [2.0] - 2019-09-19
26+
27+
* Do not store passwords in plain text (use hash)
28+
* Changed structure of config.json a bit (see config.sample.json)
29+
* Added ability to configure arguments passed to nsupdate call
30+
* Added support for reading client IP from X-Forwarded-For header (requires list of trusted proxy IPs)
31+
32+
## [1.0] - 2015-01-15
33+
34+
Initial release

0 commit comments

Comments
 (0)