Skip to content

Commit c178168

Browse files
committed
add release dates to pre-github_changelog_generator releases
1 parent c2a7004 commit c178168

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ All notable changes to this project will be documented in this file. The format
1616

1717
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
1818

19-
## v0.4.0
19+
## v0.4.0 (2021-03-28)
2020

2121
- Test enhancements
2222
- `bind::zone`: change `$purge` default to false so that unmanaged resource records are not
@@ -25,18 +25,18 @@ All notable changes to this project will be documented in this file. The format
2525
zone with this module.
2626
- `named.conf` template: whitespace cleanup, logic simplification
2727

28-
## v0.3.0
28+
## v0.3.0 (2021-03-21)
2929

3030
- Allow disabling the default root hint zone so that you can have a mirror of the root zone
3131
- Fix handling of backport packages
3232
- Better ordering of named.conf fragments
3333
- `resource_record` type and provider work. Still incomplete.
3434

35-
## v0.2.1
35+
## v0.2.1 (2021-03-14)
3636

3737
- Correctly update `metadata.json` and publish to Puppet Forge
3838

39-
## v0.2.0
39+
## v0.2.0 (2021-03-14)
4040

4141
### Features
4242

@@ -47,7 +47,7 @@ All notable changes to this project will be documented in this file. The format
4747

4848
- Types and providers needed to manage DNS zones not complete
4949

50-
## v0.1.0
50+
## v0.1.0 (2021-03-13)
5151

5252
### Features
5353

HISTORY.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
22

3-
## v0.4.0
3+
## v0.4.0 (2021-03-28)
44

55
- Test enhancements
66
- `bind::zone`: change `$purge` default to false so that unmanaged resource records are not
@@ -9,18 +9,18 @@
99
zone with this module.
1010
- `named.conf` template: whitespace cleanup, logic simplification
1111

12-
## v0.3.0
12+
## v0.3.0 (2021-03-21)
1313

1414
- Allow disabling the default root hint zone so that you can have a mirror of the root zone
1515
- Fix handling of backport packages
1616
- Better ordering of named.conf fragments
1717
- `resource_record` type and provider work. Still incomplete.
1818

19-
## v0.2.1
19+
## v0.2.1 (2021-03-14)
2020

2121
- Correctly update `metadata.json` and publish to Puppet Forge
2222

23-
## v0.2.0
23+
## v0.2.0 (2021-03-14)
2424

2525
### Features
2626

@@ -31,7 +31,7 @@
3131

3232
- Types and providers needed to manage DNS zones not complete
3333

34-
## v0.1.0
34+
## v0.1.0 (2021-03-13)
3535

3636
### Features
3737

0 commit comments

Comments
 (0)