Skip to content

Commit e7bc307

Browse files
committed
chore: bump version
1 parent bdd89a9 commit e7bc307

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [0.7.2] - 2025-04-22
2+
3+
### Fixed
4+
5+
* A Nokogiri's [security vulnerability](https://github.com/codeout/junoser/security/dependabot/19)
6+
* The argument of commands below should be a regular expression
7+
* "system login class foo allow-commands-regexps"
8+
* "system login class foo deny-commands-regexps"
9+
* "system login class foo allow-configuration-regexps"
10+
* "system login class foo deny-configuration-regexps"
11+
12+
113
## [0.7.1] - 2025-02-03
214

315
### Added

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
junoser (0.7.1)
4+
junoser (0.7.2)
55
parslet
66

77
GEM

lib/junoser/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Junoser
2-
VERSION = "0.7.1"
2+
VERSION = "0.7.2"
33
end

0 commit comments

Comments
 (0)