diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..36ad377 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,118 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [0.2.1] - 2024-10-05 + +### 🐛 Bug Fixes + +- *(deps)* Update module github.com/getsentry/sentry-go to v0.28.0 +- *(deps)* Update module github.com/getsentry/sentry-go to v0.28.1 +- *(deps)* Update module github.com/getsentry/sentry-go to v0.29.0 + +### ⚙️ Miscellaneous Tasks + +- Update pre-commit hooks for golangci-lint to golangci-lint-full +- Update to include Release stage and use external Release templates +- Remove old release jobs + +## [0.2.0] - 2024-03-23 + +### 🚀 Features + +- Replace apex with slog + +### 🐛 Bug Fixes + +- *(deps)* Update module github.com/stretchr/testify to v1.9.0 + +### ⚙️ Miscellaneous Tasks + +- Update to Go 1.21.1 for vulnerabilities +- Use 1.21.1 in go.mod for Dependabot +- Update to go 1.21.3 and remove patch level +- Update version of Go +- Update to Go 1.21.6 +- Update to Go 1.22.0 +- Remove Dependabot config +- Add gitleaks to pre-commit setup + +### Build + +- *(deps)* Bump github.com/getsentry/sentry-go from 0.24.0 to 0.24.1 +- *(deps)* Bump github.com/getsentry/sentry-go from 0.24.1 to 0.25.0 +- *(deps)* Bump github.com/getsentry/sentry-go from 0.25.0 to 0.26.0 +- *(deps)* Bump github.com/getsentry/sentry-go from 0.26.0 to 0.27.0 + +## [0.0.6] - 2023-09-06 + +### Build + +- *(deps)* Bump github.com/getsentry/sentry-go from 0.23.0 to 0.24.0 + +## [0.0.5] - 2023-09-05 + +### ⚙️ Miscellaneous Tasks + +- Update Go version +- Make releases handle multi-line release notes +- Update to Go 1.20.7 +- Update pre-commit versions +- Update to Golang 1.21.0 for vulnerabilities + +### Build + +- *(deps)* Bump github.com/getsentry/sentry-go from 0.21.0 to 0.22.0 +- *(deps)* Bump github.com/getsentry/sentry-go from 0.22.0 to 0.23.0 +- *(deps)* Bump github.com/getsentry/sentry-go from 0.23.0 to 0.24.0 + +## [0.0.4] - 2023-06-04 + +### ⚙️ Miscellaneous Tasks + +- Update pre-commit and fix golangci-lint +- Update golangci-lint + +### Build + +- *(deps)* Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 +- *(deps)* Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 + +## [0.0.3] - 2023-05-08 + +### ⚙️ Miscellaneous Tasks + +- Update to Go 1.20.3 +- Fix Gitlab CI lint +- Update Go version for vulnerabilities + +### Build + +- *(deps)* Bump github.com/getsentry/sentry-go from 0.20.0 to 0.21.0 + +## [0.0.2] - 2023-03-31 + +### ⚙️ Miscellaneous Tasks + +- Update to golang 1.20.1 +- Update Go verion for vulnerabilities scan + +### Build + +- *(deps)* Bump github.com/stretchr/testify from 1.7.2 to 1.8.1 +- *(deps)* Bump github.com/getsentry/sentry-go from 0.17.0 to 0.18.0 +- *(deps)* Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 +- *(deps)* Bump github.com/getsentry/sentry-go from 0.18.0 to 0.19.0 +- *(deps)* Bump github.com/getsentry/sentry-go from 0.19.0 to 0.20.0 + +## [0.0.1] - 2023-01-29 + +### 🚀 Features + +- Initial version + +### ⚙️ Miscellaneous Tasks + +- Add release job + +