Skip to content

Commit

Permalink
2.0.0 release (#19)
Browse files Browse the repository at this point in the history
* Bump version to next major; update release deps

Co-authored-by: Timothy Martinak <[email protected]>
  • Loading branch information
Epreuve and Timothy Martinak authored Jul 15, 2022
1 parent d774e39 commit 8567a5e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ build
gradle.properties
paypalhttp/out/*
paypalhttp-testutils/out/*
local.properties
local.properties
**/*.gpg
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## unreleased
## 2.0.0
* Change JSON serializer to use gson.
* Replace error JsonParseException to MalformedJsonException as a breaking change.

## 1.3.2
* Fix Case Sensitivity of Content Type for deserialization process
* Fix Case Sensitivity of Content Type for deserialization process.

## 1.3.1
* Fix merge of branches for code.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true
source "https://rubygems.org"
ruby "2.4"
ruby "2.4.10"

gem "rake"
gem "releasinator", '0.7.6'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ DEPENDENCIES
releasinator (= 0.7.6)

RUBY VERSION
ruby 2.4.0p0
ruby 2.4.10p364

BUNDLED WITH
1.15.4
1.17.3
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def getRepositoryPassword() {
allprojects {
apply plugin: 'java'
group 'com.paypal'
version '1.0.3'
version '2.0.0'
sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ private String jsonValueStringFor(Object obj) throws SerializeException {
throw new SerializeException(String.format("Object of class %s could not be serialized as json", obj.getClass()));
}
}
}
}

0 comments on commit 8567a5e

Please sign in to comment.