Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jun 8, 2024
1 parent 3f68c14 commit 0e2d0dc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.1.0](https://rubygems.org/gems/facterdb/versions/2.1.0) (2024-06-08)

[Full Changelog](https://github.com/voxpupuli/facterdb/compare/2.0.1...2.1.0)

**Implemented enhancements:**

- Make symbolize keys optional [\#364](https://github.com/voxpupuli/facterdb/pull/364) ([bastelfreak](https://github.com/bastelfreak))

**Fixed bugs:**

- Fix Arch Linux factsets [\#366](https://github.com/voxpupuli/facterdb/pull/366) ([bastelfreak](https://github.com/bastelfreak))

**Merged pull requests:**

- Add tests for OS core facts [\#367](https://github.com/voxpupuli/facterdb/pull/367) ([bastelfreak](https://github.com/bastelfreak))

## [2.0.1](https://rubygems.org/gems/facterdb/versions/2.0.1) (2024-05-28)

[Full Changelog](https://github.com/voxpupuli/facterdb/compare/2.0.0...2.0.1)
Expand Down
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 = '2.0.1'
STRING = '2.1.0'
end
end

0 comments on commit 0e2d0dc

Please sign in to comment.