Skip to content

Commit 7c46e7d

Browse files
author
Chris Wiechmann
committed
2 parents a063ff8 + 77ca127 commit 7c46e7d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [1.5.0] 2022-06-23
8+
### Added
9+
- If the Content-Type header is duplicated, only the first header is taken and all others are deleted.
10+
711
## [1.4.1] 2022-06-09
812
### Changed
913
- If Content-Type header could not be found is not logged on DEBUG instead of DATA [#7](https://github.com/Axway-API-Management-Plus/openapi-validator/issues/7)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.axway-api-management-plus.openapi-validator</groupId>
55
<artifactId>openapi-validator</artifactId>
6-
<version>1.4.3-SNAPSHOT</version>
6+
<version>1.4.4-SNAPSHOT</version>
77
<name>openapi-validator</name>
88

99
<url>https://github.com/Axway-API-Management-Plus/openapi-validator</url>

0 commit comments

Comments
 (0)