Skip to content

Commit 214f1ef

Browse files
chore(release): Bump versions for v0.64.2
Signed-off-by: Swirlds Automation <swirlds-eng-automation@swirlds.com>
1 parent c7f3287 commit 214f1ef

File tree

11 files changed

+20
-20
lines changed

11 files changed

+20
-20
lines changed

charts/hedera-json-rpc-relay-websocket/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: "0.64.1"
2+
appVersion: "0.64.2"
33
description: Helm chart deployment of the hashgraph/hedera-json-rpc-relay web socket server
44
home: https://github.com/hashgraph/hedera-json-rpc-relay
55
icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067
@@ -22,4 +22,4 @@ name: hedera-json-rpc-relay-websocket
2222
sources:
2323
- https://github.com/hashgraph/hedera-json-rpc-relay
2424
type: application
25-
version: 0.64.1
25+
version: 0.64.2

charts/hedera-json-rpc-relay/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: "0.64.1"
2+
appVersion: "0.64.2"
33
description: Helm chart deployment of the hashgraph/hedera-json-rpc-relay
44
home: https://github.com/hashgraph/hedera-json-rpc-relay
55
icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067
@@ -21,4 +21,4 @@ name: hedera-json-rpc-relay
2121
sources:
2222
- https://github.com/hashgraph/hedera-json-rpc-relay
2323
type: application
24-
version: 0.64.1
24+
version: 0.64.2

charts/hedera-json-rpc/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: "0.64.1"
2+
appVersion: "0.64.2"
33
dependencies:
44
- alias: relay
55
condition: relay.enabled
@@ -31,4 +31,4 @@ name: hedera-json-rpc
3131
sources:
3232
- https://github.com/hashgraph/hedera-json-rpc-relay
3333
type: application
34-
version: 0.64.1
34+
version: 0.64.2

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.7"
22
services:
33
relay:
44
container_name: hedera-json-rpc-relay
5-
image: "ghcr.io/hashgraph/hedera-json-rpc-relay:0.64.1"
5+
image: "ghcr.io/hashgraph/hedera-json-rpc-relay:0.64.2"
66
restart: "unless-stopped"
77
ports:
88
- 7546:7546
@@ -16,7 +16,7 @@ services:
1616

1717
relay-ws:
1818
container_name: hedera-json-rpc-relay-ws
19-
image: "ghcr.io/hashgraph/hedera-json-rpc-relay:0.64.1"
19+
image: "ghcr.io/hashgraph/hedera-json-rpc-relay:0.64.2"
2020
command: start:ws
2121
environment:
2222
HEALTHCHECK_PORT: 8547

docs/openrpc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "Hedera JSON-RPC Specification",
55
"description": "A specification of the implemented Ethereum JSON RPC APIs interface for Hedera clients and adheres to the Ethereum execution APIs schema.",
6-
"version": "0.64.1"
6+
"version": "0.64.2"
77
},
88
"servers": [
99
{

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "0.64.1",
3+
"version": "0.64.2",
44
"devDependencies": {
55
"@hashgraph/hedera-local": "^2.32.5",
66
"@open-rpc/schema-utils-js": "^1.16.1",

packages/config-service/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashgraph/json-rpc-config-service",
3-
"version": "0.64.1",
3+
"version": "0.64.2",
44
"description": "Hedera Hashgraph singleton implementation of environment variables provider",
55
"main": "dist/index.js",
66
"keywords": [],

packages/relay/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashgraph/json-rpc-relay",
3-
"version": "0.64.1",
3+
"version": "0.64.2",
44
"description": "Hedera Hashgraph implementation of Ethereum JSON RPC APIs. Utilises both the Hedera Consensus Nodes and the Mirror Nodes for transaction management and information retrieval",
55
"types": "dist/index.d.ts",
66
"main": "dist/index.js",

packages/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashgraph/json-rpc-server",
3-
"version": "0.64.1",
3+
"version": "0.64.2",
44
"description": "Hedera Hashgraph Ethereum JSON RPC server. Accepts requests for Ethereum JSON RPC 2.0 APIs",
55
"main": "dist/index.js",
66
"keywords": [],

packages/ws-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashgraph/json-rpc-ws-server",
3-
"version": "0.64.1",
3+
"version": "0.64.2",
44
"description": "Hedera Hashgraph Ethereum JSON RPC socket server. Accepts socket connections for the purpose of subscribing to real-time data.",
55
"main": "dist/index.js",
66
"keywords": [],

0 commit comments

Comments
 (0)