diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 45ca42f..466df71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.5" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d002705..56e30c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.1.0](https://github.com/rubyists/kalshi/compare/v0.0.5...v0.1.0) (2026-01-05) + + +### ⚠ BREAKING CHANGES + +* corrects gemspec source code uri ([#15](https://github.com/rubyists/kalshi/issues/15)) + +### Bug Fixes + +* corrects gemspec source code uri ([#15](https://github.com/rubyists/kalshi/issues/15)) ([2a69255](https://github.com/rubyists/kalshi/commit/2a69255fdca48bda599b19d5aa9649eca6effe34)) + ## [0.0.5](https://github.com/rubyists/kalshi/compare/v0.0.4...v0.0.5) (2026-01-05) diff --git a/lib/kalshi/version.rb b/lib/kalshi/version.rb index 6d94970..5635188 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.5' + VERSION = '0.1.0' # x-release-please-end end end