diff --git a/CHANGELOG.md b/CHANGELOG.md index 4da224c..045e173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/) +## [0.10.1] - 2026-02-20 + +### Fixed +- Included 0.1 and 0.9 data submodules in the built gem (they were missing from 0.10.0) + ## [0.10.0] - 2025-02-18 ### Added diff --git a/lib/bmt/version.rb b/lib/bmt/version.rb index 163341d..687e35f 100644 --- a/lib/bmt/version.rb +++ b/lib/bmt/version.rb @@ -1,3 +1,5 @@ module Bmt - VERSION = '0.10.0'.freeze + # START Contributions by Cursor. + VERSION = '0.10.1'.freeze + # END Cursor. end