Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion environments/main-s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions environments/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion environments/test-s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions environments/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading