diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d03ba3b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,171 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [0.1.4] - 2024-10-05 + +### 🐛 Bug Fixes + +- *(deps)* Update module github.com/stretchr/testify to v1.9.0 +- *(deps)* Update module github.com/sparetimecoders/goamqp to v0.3.1 + +### ⚙️ Miscellaneous Tasks + +- Update to Go 1.21.6 +- Update to Go 1.22.0 +- Add gitleaks to pre-commit setup +- Update golangci-lint to use full version +- Add release flow +- Remove old release job + +### Build + +- *(deps)* Bump github.com/sparetimecoders/goamqp from 0.2.1 to 0.3.0 + +## [0.1.3] - 2023-12-26 + +### 🐛 Bug Fixes + +- Prohibit concurrent read/write + +### ⚙️ 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 +- 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 + +### Build + +- *(deps)* Bump github.com/sparetimecoders/goamqp from 0.1.4 to 0.1.5 +- *(deps)* Bump github.com/sparetimecoders/goamqp from 0.1.5 to 0.2.0 +- *(deps)* Bump github.com/sparetimecoders/goamqp from 0.2.0 to 0.2.1 + +## [0.1.2] - 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.1.1] - 2023-05-11 + +### 🐛 Bug Fixes + +- Run builds with Go 1.19.2 to fix vulnerabilities + +### ⚙️ Miscellaneous Tasks + +- Add vulnerability-check +- Replace deprecated ioutil.ReadAll +- Add pre-commit and remove those checks from test step +- Add local module to pre-commit config +- Add release handling +- Update to Go 1.19.5 +- Change dependabot rebase strategy +- Update to golang 1.20.1 +- Update Go verion for vulnerabilities scan +- Update to Go 1.20.3 +- Update Go version and fix gitlabci lint + +### Build + +- *(deps)* Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 +- *(deps)* Bump github.com/sparetimecoders/goamqp from 0.1.1 to 0.1.2 +- *(deps)* Bump github.com/sparetimecoders/goamqp from 0.1.2 to 0.1.3 +- *(deps)* Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 +- *(deps)* Bump github.com/sparetimecoders/goamqp from 0.1.3 to 0.1.4 + +## [0.1.0] - 2022-07-20 + +### 🐛 Bug Fixes + +- Pipeline + +### ⚙️ Miscellaneous Tasks + +- Add dependabot config +- Remove dependabot-standalone +- Change to codecov binary instead of bash uploader +- Switch to moved goamqp + +### Build + +- Add params to codecov +- *(deps)* Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 +- *(deps)* Bump gitlab.com/sparetimecoders/goamqp from 0.4.0 to 0.5.0 +- *(deps)* Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 +- *(deps)* Bump github.com/stretchr/testify from 1.7.2 to 1.7.4 +- *(deps)* Bump github.com/stretchr/testify from 1.7.4 to 1.7.5 +- *(deps)* Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 + +## [0.0.8] - 2021-05-15 + +### ⚙️ Miscellaneous Tasks + +- Add codecov upload +- Simplify pipeline +- Change coverage badge to codecov.io +- Add CI workflows +- Rename master -> main +- Group imports +- Update to latest version of goamqp + +## [0.0.7] - 2020-04-12 + +### 🐛 Bug Fixes + +- Update to Go 1.14 to fix test errors +- Use go mod download +- Sort companies before comparing since map-iteration is not stable + +## [0.0.6] - 2020-04-12 + +### 🐛 Bug Fixes + +- Path to repo + +### ⚙️ Miscellaneous Tasks + +- Add tests +- Modify event structure + +## [0.0.5] - 2019-12-31 + +### 🚀 Features + +- Add handling of removed privilege + +## [0.0.4] - 2019-12-08 + +### 🚀 Features + +- Add name and registration number to event + +## [0.0.3] - 2019-11-22 + +### 🐛 Bug Fixes + +- Print unexpected messages + +## [0.0.2] - 2019-11-06 + +### 🚀 Features + +- Initial version + +### 🐛 Bug Fixes + +- Rename module + +