diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 40ff6fe..3a327a0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.2" + ".": "0.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bf87458..06c8d7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.0.3](https://github.com/rubyists/domeapi/compare/v0.0.2...v0.0.3) (2026-01-04) + + +### Features + +* adds the rest of the polymarket endpoints ([#2](https://github.com/rubyists/domeapi/issues/2)) ([d6deb3e](https://github.com/rubyists/domeapi/commit/d6deb3ebe9d5f8d24b7f02d765618b35f697d6e6)) +* initial commit ([b2c9e75](https://github.com/rubyists/domeapi/commit/b2c9e75180e3da1f7a11ca588efe7cc00ed8f396)) + + +### Bug Fixes + +* adds .gitkeep to the operations directory to satisfy zeitwork loader ([489f73f](https://github.com/rubyists/domeapi/commit/489f73fb00082d13d566a569a7f2e8cab061e32a)) + ## [0.0.2](https://github.com/rubyists/domeapi/compare/v0.0.1...v0.0.2) (2026-01-04) diff --git a/lib/domeapi/version.rb b/lib/domeapi/version.rb index 4014fa9..13a7baf 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.2' + VERSION = '0.0.3' # x-release-please-end end end