From f0b4962f8881c4ed7250f139800ff224237591d8 Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Mon, 5 Jan 2026 06:37:24 -0600 Subject: [PATCH] chore(main): release 0.0.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/kalshi/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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