We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d6f55c commit 13965e4Copy full SHA for 13965e4
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.1.1"
+ ".": "0.1.2"
3
}
CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 0.1.2 (2025-04-08)
4
+
5
+Full Changelog: [v0.1.1...v0.1.2](https://github.com/orbcorp/orb-ruby/compare/v0.1.1...v0.1.2)
6
7
+### Chores
8
9
+* **internal:** version bump ([7d6f55c](https://github.com/orbcorp/orb-ruby/commit/7d6f55ccc4e2e107104d4fd99691179d73f2a926))
10
11
## 0.1.1 (2025-04-08)
12
13
Full Changelog: [v0.1.0...v0.1.1](https://github.com/orbcorp/orb-ruby/compare/v0.1.0...v0.1.1)
lib/orb/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Orb
- VERSION = "0.1.1"
+ VERSION = "0.1.2"
end
0 commit comments