Skip to content

Commit

Permalink
Bump the version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leadpony committed Nov 23, 2019
1 parent 8e762d7 commit 498aafc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The jar-packaged artifact of this test suite is available from [JitPack] reposit
<dependency>
<groupId>org.leadpony</groupId>
<artifactId>jsonp-test-suite</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.leadpony</groupId>
<artifactId>jsonp-test-suite</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>jar</packaging>

<name>JSON-P Test Suite</name>
Expand Down

0 comments on commit 498aafc

Please sign in to comment.