diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d18d65..a188dfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.5.0 - 2019-11-23 +### Added +* More tests for `JsonBuilderFactory`. + ## 1.4.0 - 2019-09-29 ### Added * Add the automatic module name in the manifest file. diff --git a/README.md b/README.md index 686f6cc..0186e70 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The jar-packaged artifact of this test suite is available from [JitPack] reposit org.leadpony jsonp-test-suite - 1.4.0 + 1.5.0 test diff --git a/pom.xml b/pom.xml index 3b7b931..2ce6ba9 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.leadpony jsonp-test-suite - 1.5.0-SNAPSHOT + 1.5.0 jar JSON-P Test Suite