Skip to content

Commit

Permalink
docs: prepare changelog for v1.22.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aboudreault committed Jun 7, 2023
1 parent 1c7a3dd commit 7447a09
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Table of Contents

- [v1.22.0](#v1220)
- [v1.21.0](#v1210)
- [v1.20.0](#v1200)
- [v1.19.1](#v1191)
Expand Down Expand Up @@ -57,6 +58,22 @@
- [v0.2.0](#v020)
- [v0.1.0](#v010)

## [v1.22.0]

> Release date: 2023/06/07
### Add

- Add indent function to support multi-line content
[#929](https://github.com/Kong/deck/pull/929)

### Fixes

- Update go-kong to fix a bug causing wrong injection of
defaults for non-required fields and set of record.
[go-kong #333](https://github.com/Kong/go-kong/pull/333)
[go-kong #336](https://github.com/Kong/go-kong/pull/336)

## [v1.21.0]

> Release date: 2023/05/31
Expand Down Expand Up @@ -1224,6 +1241,7 @@ No breaking changes have been introduced in this release.

Debut release of decK

[v1.22.0]: https://github.com/kong/deck/compare/v1.21.0...v1.22.0
[v1.21.0]: https://github.com/kong/deck/compare/v1.20.0...v1.21.0
[v1.20.0]: https://github.com/kong/deck/compare/v1.19.1...v1.20.0
[v1.19.1]: https://github.com/kong/deck/compare/v1.19.0...v1.19.1
Expand Down

0 comments on commit 7447a09

Please sign in to comment.