Skip to content

Commit 02d631d

Browse files
committed
Update CHANGELOG for v0.12.0
1 parent ce97a50 commit 02d631d

File tree

5 files changed

+217
-73
lines changed

5 files changed

+217
-73
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55

66
<!-- Please update the links section at the bottom when adding a new version. -->
77

8-
## [v0.11.1] - 2023-04-12
8+
## [v0.12.0] - 2023-06-15
9+
### Added
10+
- [Add support for message headers](https://github.com/tehmantra/saunter/issues/150)
11+
### Changed
12+
- Updated @asyncapi/react-component to v1.0.0-next.48
13+
- Updated NJsonSchema dependencies ([fixes compatibility with NSwag](https://github.com/tehmantra/saunter/issues/156))
914
### Fixed
1015
- [Duplicated operation when types of the same assembly are used in AssemblyMarkerTypes](https://github.com/tehmantra/saunter/issues/163)
16+
- [Tags do not work without description and external docs](https://github.com/tehmantra/saunter/issues/149)
17+
- Updates Tag Description and ExternalDocs to ignore nulls to eliminate async api parser errors.
18+
- Adds support for Tags from a class that was missing.
1119

1220
## [v0.11.0] - 2022-10-03
1321
### Added

0 commit comments

Comments
 (0)