Skip to content

Commit e9943de

Browse files
authored
Merge pull request #383 from bobbrodie/10.2.x
Bump version to 10.2.2
2 parents c1e76b3 + 90135a7 commit e9943de

File tree

254 files changed

+640
-595
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

254 files changed

+640
-595
lines changed

.github/workflows/release.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
on:
2+
release:
3+
types:
4+
- published
5+
6+
name: release
7+
8+
jobs:
9+
readme-changelog:
10+
name: Publish changelog to Readme
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Extract release data
14+
id: release
15+
run: |
16+
echo "title=${{ github.event.release.name }}" >> $GITHUB_OUTPUT
17+
{
18+
echo "body<<EOF"
19+
echo "${{ github.event.release.body }}"
20+
echo "EOF"
21+
} >> $GITHUB_OUTPUT
22+
23+
- name: Install jq
24+
run: sudo apt-get update && sudo apt-get install -y jq
25+
26+
- name: Publish changelog to Readme
27+
env:
28+
README_API_KEY: ${{ secrets.README_API_KEY }}
29+
run: |
30+
jq -n --arg title "Java Unified SDK ${{ steps.release.outputs.title }}" \
31+
--arg body "${{ steps.release.outputs.body }}" \
32+
'{
33+
title: $title,
34+
content: {
35+
body: $body
36+
},
37+
privacy: { view: "public" }
38+
}' > payload.json
39+
40+
curl --location 'https://api.readme.com/v2/changelogs' \
41+
--header "Authorization: Bearer $README_API_KEY" \
42+
--header 'Content-Type: application/json' \
43+
--data @payload.json

docs/BitPaySetup.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<head>
55
<!-- Generated by javadoc -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>BitPaySetup (BitPay 10.2.1 API)</title>
7+
<title>BitPaySetup (BitPay 10.2.2 API)</title>
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="BitPaySetup (BitPay 10.2.1 API)";
15+
parent.document.title="BitPaySetup (BitPay 10.2.2 API)";
1616
}
1717
}
1818
catch(err) {

docs/allclasses-frame.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<!-- Generated by javadoc -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (BitPay 10.2.1 API)</title>
7+
<title>All Classes (BitPay 10.2.2 API)</title>
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/allclasses-noframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<!-- Generated by javadoc -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (BitPay 10.2.1 API)</title>
7+
<title>All Classes (BitPay 10.2.2 API)</title>
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/class-use/BitPaySetup.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<head>
55
<!-- Generated by javadoc -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Uses of Class BitPaySetup (BitPay 10.2.1 API)</title>
7+
<title>Uses of Class BitPaySetup (BitPay 10.2.2 API)</title>
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="Uses of Class BitPaySetup (BitPay 10.2.1 API)";
15+
parent.document.title="Uses of Class BitPaySetup (BitPay 10.2.2 API)";
1616
}
1717
}
1818
catch(err) {

docs/com/bitpay/sdk/Client.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<head>
55
<!-- Generated by javadoc -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Client (BitPay 10.2.1 API)</title>
7+
<title>Client (BitPay 10.2.2 API)</title>
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="Client (BitPay 10.2.1 API)";
15+
parent.document.title="Client (BitPay 10.2.2 API)";
1616
}
1717
}
1818
catch(err) {

docs/com/bitpay/sdk/Config.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<head>
55
<!-- Generated by javadoc -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Config (BitPay 10.2.1 API)</title>
7+
<title>Config (BitPay 10.2.2 API)</title>
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="Config (BitPay 10.2.1 API)";
15+
parent.document.title="Config (BitPay 10.2.2 API)";
1616
}
1717
}
1818
catch(err) {

docs/com/bitpay/sdk/ConfigFilePath.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<head>
55
<!-- Generated by javadoc -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>ConfigFilePath (BitPay 10.2.1 API)</title>
7+
<title>ConfigFilePath (BitPay 10.2.2 API)</title>
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="ConfigFilePath (BitPay 10.2.1 API)";
15+
parent.document.title="ConfigFilePath (BitPay 10.2.2 API)";
1616
}
1717
}
1818
catch(err) {

docs/com/bitpay/sdk/Environment.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<head>
55
<!-- Generated by javadoc -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Environment (BitPay 10.2.1 API)</title>
7+
<title>Environment (BitPay 10.2.2 API)</title>
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="Environment (BitPay 10.2.1 API)";
15+
parent.document.title="Environment (BitPay 10.2.2 API)";
1616
}
1717
}
1818
catch(err) {

docs/com/bitpay/sdk/PosToken.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<head>
55
<!-- Generated by javadoc -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>PosToken (BitPay 10.2.1 API)</title>
7+
<title>PosToken (BitPay 10.2.2 API)</title>
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="PosToken (BitPay 10.2.1 API)";
15+
parent.document.title="PosToken (BitPay 10.2.2 API)";
1616
}
1717
}
1818
catch(err) {

0 commit comments

Comments
 (0)