Skip to content

Commit

Permalink
Merge pull request #297 from bastelfreak/rel1230
Browse files Browse the repository at this point in the history
Release 1.23.0
  • Loading branch information
bastelfreak authored Jan 9, 2024
2 parents a7a0965 + 3dd03ff commit 0e1c9b8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.23.0](https://rubygems.org/gems/facterdb/versions/1.23.0) (2024-01-09)

[Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.22.0...1.23.0)

**Implemented enhancements:**

- adding missing fact sets [\#293](https://github.com/voxpupuli/facterdb/pull/293) ([hbrown-uiowa](https://github.com/hbrown-uiowa))
- Add Fedora 39 for 4.2-4.4 [\#292](https://github.com/voxpupuli/facterdb/pull/292) ([hbrown-uiowa](https://github.com/hbrown-uiowa))
- Add facts for Facter 4.5 [\#290](https://github.com/voxpupuli/facterdb/pull/290) ([hbrown-uiowa](https://github.com/hbrown-uiowa))

**Fixed bugs:**

- Ensure the selinux topscope fact is present [\#296](https://github.com/voxpupuli/facterdb/pull/296) ([bastelfreak](https://github.com/bastelfreak))

## [1.22.0](https://rubygems.org/gems/facterdb/versions/1.22.0) (2023-11-13)

[Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.21.0...1.22.0)
Expand Down
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ gemspec
gem 'facter', ENV.fetch('FACTER_GEM_VERSION', nil), require: false

group :development do
gem 'github_changelog_generator', '>= 1.16.4'
gem 'faraday-retry', require: false
gem 'github_changelog_generator', '>= 1.16.4', require: false
end
2 changes: 1 addition & 1 deletion lib/facterdb/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module FacterDB
module Version
STRING = '1.22.0'
STRING = '1.23.0'
end
end

0 comments on commit 0e1c9b8

Please sign in to comment.