diff --git a/CHANGELOG.md b/CHANGELOG.md index db0ef2b..a43f5c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.6.0](https://github.com/centrifuge/api-v3/compare/v3.5.0...v3.6.0) (2026-04-09) + + +### Features + +* deploy pharos and update registry ([#347](https://github.com/centrifuge/api-v3/issues/347)) ([767c719](https://github.com/centrifuge/api-v3/commit/767c7192e7f7a8741900ba8d2f279ba6fb6f1f96)), closes [#342](https://github.com/centrifuge/api-v3/issues/342) +* routes and transaction status APIs ([#180](https://github.com/centrifuge/api-v3/issues/180)) ([2158450](https://github.com/centrifuge/api-v3/commit/21584501f9047ce7d657054994609b69b2a08105)) + ## [3.5.0](https://github.com/centrifuge/api-v3/compare/v3.4.1...v3.5.0) (2026-04-07) diff --git a/environments/main-s.yaml b/environments/main-s.yaml index c812b76..c936e92 100644 --- a/environments/main-s.yaml +++ b/environments/main-s.yaml @@ -17,7 +17,7 @@ global: apiSecretName: cfg-api-v3-rpc-keys dbSecretName: cfg-api-v3-main-postgres-app indexer: - enabled: true + enabled: false image: tag: sha-2158450 query: diff --git a/environments/main.yaml b/environments/main.yaml index 04e8315..1c84338 100644 --- a/environments/main.yaml +++ b/environments/main.yaml @@ -18,11 +18,11 @@ global: indexer: enabled: true image: - tag: sha-f06f20e + tag: sha-2158450 query: enabled: true image: - tag: sha-f06f20e + tag: sha-2158450 replicaCount: 2 ingress: enabled: true diff --git a/environments/test-s.yaml b/environments/test-s.yaml index e138ce2..bfe7859 100644 --- a/environments/test-s.yaml +++ b/environments/test-s.yaml @@ -9,7 +9,7 @@ global: apiSecretName: cfg-api-v3-rpc-keys dbSecretName: cfg-api-v3-test-postgres-app indexer: - enabled: true + enabled: false image: tag: sha-2158450 query: diff --git a/environments/test.yaml b/environments/test.yaml index 7c7ef31..4068d16 100644 --- a/environments/test.yaml +++ b/environments/test.yaml @@ -10,11 +10,11 @@ global: indexer: enabled: true image: - tag: sha-f06f20e + tag: sha-2158450 query: enabled: true image: - tag: sha-f06f20e + tag: sha-2158450 replicaCount: 1 ingress: enabled: true diff --git a/package.json b/package.json index 2d51dc3..e32b2db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@centrifuge/api-v3", - "version": "3.5.0", + "version": "3.6.0", "repository": "https://github.com/centrifuge/api-v3", "private": false, "type": "module",