We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4b3b2 commit a2b04d6Copy full SHA for a2b04d6
CHANGELOG.md
@@ -1,5 +1,9 @@
1
### next
2
3
+* TODO: Replace this bullet point with an actual description of a change.
4
+
5
+### 3.9.0 (23 January 2025)
6
7
* Added support for Rails 7.1 (#11)
8
9
### 3.8.1 (17 January 2025)
lib/conversejs/version.rb
@@ -3,7 +3,7 @@
# The gem version details.
module Conversejs
# The version of the +conversejs+ gem
- VERSION = '3.8.1'
+ VERSION = '3.9.0'
class << self
# Returns the version of gem as a string.
0 commit comments