doc: update Changelog.

This commit is contained in:
Fernandez Ludovic 2021-01-24 18:00:51 +01:00
parent afd8eb0238
commit 16660b23e4
3 changed files with 26 additions and 4 deletions

View file

@ -1,5 +1,10 @@
name: Go Matrix
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
jobs:

View file

@ -51,6 +51,3 @@ archives:
files:
- LICENSE
- CHANGELOG.md
release:
disable: true

View file

@ -1,5 +1,25 @@
# Changelog
## [v4.2.0] - 2021-01-24
### Added:
- **[dnsprovider]** Add DNS provider for Loopia
- **[dnsprovider]** Add DNS provider for Ionos.
### Changed:
- **[dnsprovider]** acme-dns: update cpu/goacmedns to v0.1.1.
- **[dnsprovider]** inwx: Increase propagation timeout to 360s to improve robustness
- **[dnsprovider]** vultr: Update to govultr v2 API
- **[dnsprovider]** pdns: get exact zone instead of all zones
### Fixed:
- **[dnsprovider]** vult, dnspod: fix default HTTP timeout.
- **[dnsprovider]** pdns: URL request creation.
- **[lib]** errors: Fix instance not being printed
## [v4.1.3] - 2020-11-25
### Fixed: