diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3a327a0..63c033c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.3" + ".": "0.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 06c8d7e..051ac49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.4](https://github.com/rubyists/domeapi/compare/v0.0.3...v0.0.4) (2026-01-04) + + +### Features + +* adds matching markets for sports by date, ticker, or slug ([#7](https://github.com/rubyists/domeapi/issues/7)) ([f47d173](https://github.com/rubyists/domeapi/commit/f47d173dcfa125348ec3695c28156827675a22e9)) + ## [0.0.3](https://github.com/rubyists/domeapi/compare/v0.0.2...v0.0.3) (2026-01-04) diff --git a/lib/domeapi/version.rb b/lib/domeapi/version.rb index 13a7baf..6895dd4 100644 --- a/lib/domeapi/version.rb +++ b/lib/domeapi/version.rb @@ -4,7 +4,7 @@ module Rubyists # Domeapi module module Domeapi # x-release-please-start-version - VERSION = '0.0.3' + VERSION = '0.0.4' # x-release-please-end end end