From 370e94b4e30b996377c7847a46c8ebb138cfa4ca Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:03:44 -0600 Subject: [PATCH] chore(main): release 0.0.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ lib/kalshi/version.rb | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 63c033c..45ca42f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.4" + ".": "0.0.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4de3fc2..73af792 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.5](https://github.com/rubyists/kalshi/compare/v0.0.4...v0.0.5) (2026-01-05) + + +### Bug Fixes + +* correct path to filter_by_sport, adds ApiClient helper ([#8](https://github.com/rubyists/kalshi/issues/8)) ([a608fbe](https://github.com/rubyists/kalshi/commit/a608fbe0e88ad2678dc3ba84ba8198121e1d29aa)) +* renamed #get_without_prefix to #get_url for clarity ([#11](https://github.com/rubyists/kalshi/issues/11)) ([a641a5f](https://github.com/rubyists/kalshi/commit/a641a5f187ba2d42d1e4637fe599e63ea34fd4d8)) + ## [0.0.4](https://github.com/rubyists/kalshi/compare/v0.0.3...v0.0.4) (2026-01-05) diff --git a/lib/kalshi/version.rb b/lib/kalshi/version.rb index 07807ef..6d94970 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.4' + VERSION = '0.0.5' # x-release-please-end end end