Skip to content

Commit 3574586

Browse files
committed
Release 3.1.0
1 parent eceff7e commit 3574586

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [3.1.0](https://rubygems.org/gems/facterdb/versions/3.1.0) (2024-06-14)
4+
5+
[Full Changelog](https://github.com/voxpupuli/facterdb/compare/3.0.0...3.1.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Cleanup legacy facts leftovers [\#370](https://github.com/voxpupuli/facterdb/pull/370) ([bastelfreak](https://github.com/bastelfreak))
10+
11+
**Fixed bugs:**
12+
13+
- Purge custom facts [\#371](https://github.com/voxpupuli/facterdb/pull/371) ([bastelfreak](https://github.com/bastelfreak))
14+
315
## [3.0.0](https://rubygems.org/gems/facterdb/versions/3.0.0) (2024-06-10)
416

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

lib/facterdb/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module FacterDB
22
module Version
3-
STRING = '3.0.0'
3+
STRING = '3.1.0'
44
end
55
end

0 commit comments

Comments
 (0)