CHANGELOG.md in inspec_tools-2.0.1.pre1 vs CHANGELOG.md in inspec_tools-2.0.1.pre2
- old
+ new
@@ -1,7 +1,24 @@
# Changelog
+## [Unreleased](https://github.com/mitre/inspec_tools/tree/HEAD)
+
+[Full Changelog](https://github.com/mitre/inspec_tools/compare/v2.0.1.pre1...HEAD)
+
+**Merged pull requests:**
+
+- Missed some references to inspec/objects [\#126](https://github.com/mitre/inspec_tools/pull/126) ([Bialogs](https://github.com/Bialogs))
+- Move to mitre/inspec-objects [\#125](https://github.com/mitre/inspec_tools/pull/125) ([Bialogs](https://github.com/Bialogs))
+
+## [v2.0.1.pre1](https://github.com/mitre/inspec_tools/tree/v2.0.1.pre1) (2020-04-02)
+
+[Full Changelog](https://github.com/mitre/inspec_tools/compare/v2.0.0...v2.0.1.pre1)
+
+**Merged pull requests:**
+
+- Pull lfs objects in when building the gem. [\#124](https://github.com/mitre/inspec_tools/pull/124) ([rbclark](https://github.com/rbclark))
+
## [v2.0.0](https://github.com/mitre/inspec_tools/tree/v2.0.0) (2020-04-01)
[Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.8.10...v2.0.0)
**Fixed bugs:**
@@ -164,10 +181,14 @@
## [v1.6.21](https://github.com/mitre/inspec_tools/tree/v1.6.21) (2020-03-20)
[Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.6.20...v1.6.21)
+**Implemented enhancements:**
+
+- Parse cis XSLX [\#90](https://github.com/mitre/inspec_tools/pull/90) ([lukemalinowski](https://github.com/lukemalinowski))
+
**Closed issues:**
- figure out rubygems.org [\#31](https://github.com/mitre/inspec_tools/issues/31)
## [v1.6.20](https://github.com/mitre/inspec_tools/tree/v1.6.20) (2020-03-17)
@@ -285,13 +306,9 @@
[Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.6.6...v1.6.7)
## [v1.6.6](https://github.com/mitre/inspec_tools/tree/v1.6.6) (2020-02-05)
[Full Changelog](https://github.com/mitre/inspec_tools/compare/53bdcb3...v1.6.6)
-
-**Implemented enhancements:**
-
-- Parse cis XSLX [\#90](https://github.com/mitre/inspec_tools/pull/90) ([lukemalinowski](https://github.com/lukemalinowski))
**Fixed bugs:**
- --help option is broken but inspec\_tools help \<command\> works [\#77](https://github.com/mitre/inspec_tools/issues/77)
- Fixes \#77 by shifting help commands around [\#87](https://github.com/mitre/inspec_tools/pull/87) ([lukemalinowski](https://github.com/lukemalinowski))