We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed89de6 commit 099f3d3Copy full SHA for 099f3d3
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## [Unreleased]
2
3
+## [0.2.9] - 2025-04-11
4
+
5
+- No changes
6
7
## [0.2.8] - 2025-04-11
8
9
- Fix redeclaration of JS constants
lib/dial/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Dial
- VERSION = "0.2.8"
+ VERSION = "0.2.9"
end
0 commit comments