diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9ed03ab --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,45 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [0.1.0] - 2024-10-05 + +### 🚀 Features + +- Remove golangci-lint from Dockerfile + +### ⚙️ Miscellaneous Tasks + +- Add ruby-dev to Dockerfile +- Update golangci-lint version to v1.60.1 +- Add release flow + +## [0.0.4] - 2024-04-09 + +### ⚙️ Miscellaneous Tasks + +- Add dependabot config +- Make releases handle multi-line release notes +- Remove Dependabot config +- Update to Go 1.22.2 + +## [0.0.3] - 2023-06-04 + +### ⚙️ Miscellaneous Tasks + +- Update golangci-lint + +## [0.0.2] - 2023-05-18 + +### ⚙️ Miscellaneous Tasks + +- Use Docker DinD version from variable +- Update to latest Go version and golangci-lint + +## [0.0.1] - 2023-01-31 + +### 🚀 Features + +- Initial commit + +