diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ca1ac018..93fcfa20 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.11" + ".": "0.1.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eef504c..98989a81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.12](https://github.com/graphprotocol/dipper/compare/v0.1.11...v0.1.12) (2026-09-17) + + +### Fixed + +* **ci:** publish container images under the graphprotocol organisation ([#696](https://github.com/graphprotocol/dipper/issues/696)) ([87f7c12](https://github.com/graphprotocol/dipper/commit/87f7c12a11e878fafd8c69c226c6e8d49973e6fc)) + ## [0.1.11](https://github.com/graphprotocol/dipper/compare/v0.1.10...v0.1.11) (2026-09-17) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index ce97021b..3da0d249 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -25,7 +25,7 @@ spec: fsGroup: 1000 containers: - name: dipper - image: ghcr.io/graphprotocol/dipper-service:v0.1.11 # x-release-please-version + image: ghcr.io/graphprotocol/dipper-service:v0.1.12 # x-release-please-version args: - /config/config.json ports: