Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
Release 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Feb 1, 2021
1 parent 5014668 commit 06f930c
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Hosttech DNS Modules Release Notes
.. contents:: Topics


v1.1.1
======

Bugfixes
--------

- hosttech_dns_record - fix ``diff`` mode: unchanged records were not included in ``after`` state (https://github.com/felixfontein/ansible-hosttech_dns/pull/3).
- hosttech_dns_record_info - when ``what`` was not ``single_record``, the return value ``sets`` was always empty (https://github.com/felixfontein/ansible-hosttech_dns/pull/2).

v1.1.0
======

Expand Down
11 changes: 11 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,14 @@ releases:
- diff-mode.yml
- fix-new-records.yml
release_date: '2020-07-04'
1.1.1:
changes:
bugfixes:
- 'hosttech_dns_record - fix ``diff`` mode: unchanged records were not included
in ``after`` state (https://github.com/felixfontein/ansible-hosttech_dns/pull/3).'
- hosttech_dns_record_info - when ``what`` was not ``single_record``, the return
value ``sets`` was always empty (https://github.com/felixfontein/ansible-hosttech_dns/pull/2).
fragments:
- 2-hosttech_dns_record_info-fix-multiple.yml
- 3-hosttech_dns_record-fix-diff.yml
release_date: '2021-02-01'

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/3-hosttech_dns_record-fix-diff.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: felixfontein
name: hosttech_dns
version: 1.1.0
version: 1.1.1
readme: README.md
authors:
- Felix Fontein (https://github.com/felixfontein)
Expand Down

0 comments on commit 06f930c

Please sign in to comment.