Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.5"
".": "0.4.6"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to the Rewards Eligibility Oracle project will be documented
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.6](https://github.com/graphprotocol/rewards-eligibility-oracle/compare/v0.4.5...v0.4.6) (2025-11-22)


### Fixed

* remove unused keys/URLs from config ([3d9f6a1](https://github.com/graphprotocol/rewards-eligibility-oracle/commit/3d9f6a1c3ca837e28cfe803647ea6596822f61a3))


### Changed

* **main:** release 0.4.5 ([#70](https://github.com/graphprotocol/rewards-eligibility-oracle/issues/70)) ([8339a26](https://github.com/graphprotocol/rewards-eligibility-oracle/commit/8339a26edcc32ed3b0dfed8034180fb590bde538))

## [0.4.5](https://github.com/graphprotocol/rewards-eligibility-oracle/compare/v0.4.4...v0.4.5) (2025-11-22)


Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
container_name: rewards-eligibility-oracle

# Set the image name
image: ghcr.io/graphprotocol/rewards-eligibility-oracle:v0.4.5 # x-release-please-version
image: ghcr.io/graphprotocol/rewards-eligibility-oracle:v0.4.6 # x-release-please-version

volumes:
# Mount data directory to store data
Expand Down
2 changes: 1 addition & 1 deletion k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: rewards-eligibility-oracle
image: ghcr.io/graphprotocol/rewards-eligibility-oracle:v0.4.5 # x-release-please-version
image: ghcr.io/graphprotocol/rewards-eligibility-oracle:v0.4.6 # x-release-please-version
env:
# Runtime-only configuration (not in config.toml)
- name: RUN_ON_STARTUP
Expand Down