Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kallestenflo committed Jul 5, 2017
1 parent 65ceb10 commit efdab97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Jayway JsonPath is a Java port of [Stefan Goessner JsonPath implementation](http

News
----
05 Jul 2017 - Released JsonPath 2.4.0

26 Jun 2017 - Released JsonPath 2.3.0

29 Feb 2016 - Released JsonPath 2.2.0
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ allprojects {
ext.buildTimestamp = new Date().format('yyyy-MM-dd HH:mm:ss')

group = 'com.jayway.jsonpath'
version = '2.3.0' + (snapshotVersion ? "-SNAPSHOT" : "")
version = '2.4.0' + (snapshotVersion ? "-SNAPSHOT" : "")

if (JavaVersion.current().isJava8Compatible()) {
tasks.withType(Javadoc) {
Expand Down

4 comments on commit efdab97

@jochenberger
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏 👍

@dhalperi
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should you create a new release with this as the 2.4.0 tag?

@dhalperi
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(We found some bugs in 2.4.0, we'll be sending a PR soon :).

@KroArtem
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kallestenflo , is there any changelog? changelog.md seem to be outdated.

Please sign in to comment.