We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e1fdf commit 3d08148Copy full SHA for 3d08148
gem/bsv-sdk/CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to the `bsv-sdk` gem are documented here.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
6
and this gem adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## Unreleased
+## 0.12.1 — 2026-04-16
9
10
### Fixed
11
gem/bsv-sdk/lib/bsv/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module BSV
4
- VERSION = '0.12.0'
+ VERSION = '0.12.1'
end
0 commit comments