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 e4775e7..4de3fc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.4](https://github.com/rubyists/kalshi/compare/v0.0.3...v0.0.4) (2026-01-05) + + +### Features + +* adds search endpoints ([#6](https://github.com/rubyists/kalshi/issues/6)) ([d29aa7d](https://github.com/rubyists/kalshi/commit/d29aa7d01d4ac83c5eec9303afb03fe1e47ec056)) + ## [0.0.3](https://github.com/rubyists/kalshi/compare/v0.0.2...v0.0.3) (2026-01-05) diff --git a/lib/kalshi/version.rb b/lib/kalshi/version.rb index 4091f3c..07807ef 100644 --- a/lib/kalshi/version.rb +++ b/lib/kalshi/version.rb @@ -4,7 +4,7 @@ module Rubyists # Kalshi module version module Kalshi # x-release-please-start-version - VERSION = '0.0.3' + VERSION = '0.0.4' # x-release-please-end end end