We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae8ad9 commit 8851030Copy full SHA for 8851030
CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [2.9.2] - 2024-05-15 - Janosch Müller
11
+
12
+### Fixed
13
14
+- made the MFA requirement for changes to this gem visible on rubygems
15
+ * thanks to [Geremia Taglialatela](https://github.com/tagliala)
16
17
## [2.9.1] - 2024-05-11 - Janosch Müller
18
19
### Fixed
lib/regexp_parser/version.rb
@@ -1,5 +1,5 @@
1
class Regexp
2
class Parser
3
- VERSION = '2.9.1'
+ VERSION = '2.9.2'
4
end
5
0 commit comments