diff --git a/CHANGELOG.md b/CHANGELOG.md index b3e9944..1a8668b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.0](https://github.com/jrschumacher/go-mod-what/compare/v1.0.0...v1.1.0) (2024-09-12) + + +### Features + +* only version and wildcard support ([#2](https://github.com/jrschumacher/go-mod-what/issues/2)) ([a610dc1](https://github.com/jrschumacher/go-mod-what/commit/a610dc181275e2d7b1cdb91804b925252e9910bc)) + + +### Bug Fixes + +* add version command ([#4](https://github.com/jrschumacher/go-mod-what/issues/4)) ([a59bddf](https://github.com/jrschumacher/go-mod-what/commit/a59bddf56ac92571d53e6faf718e44cee91ad66d)) + ## 1.0.0 (2024-09-04)