Skip to content

Commit

Permalink
Merge pull request #372 from bastelfreak/rel310
Browse files Browse the repository at this point in the history
Release 3.1.0
  • Loading branch information
bastelfreak authored Jun 14, 2024
2 parents eceff7e + 3574586 commit 3303eca
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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

[Full Changelog](https://github.com/voxpupuli/facterdb/compare/3.0.0...3.1.0)

**Implemented enhancements:**

- Cleanup legacy facts leftovers [\#370](https://github.com/voxpupuli/facterdb/pull/370) ([bastelfreak](https://github.com/bastelfreak))

**Fixed bugs:**

- Purge custom facts [\#371](https://github.com/voxpupuli/facterdb/pull/371) ([bastelfreak](https://github.com/bastelfreak))

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

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

0 comments on commit 3303eca

Please sign in to comment.