From 26ff4918a41d130d4842980f6c824f4e5a28f1d3 Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Mon, 21 Oct 2024 11:29:03 +0000 Subject: [PATCH] chore(release): prepare for v0.2.2 --- CHANGELOG.md | 64 ++++++++++++++++++++++++++++------------------------ 1 file changed, 35 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ad377..1e00c92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.2.2] - 2024-10-18 + +### 🐛 Bug Fixes + +- *(deps)* Update module github.com/getsentry/sentry-go to v0.29.1 + ## [0.2.1] - 2024-10-05 ### 🐛 Bug Fixes @@ -26,6 +32,13 @@ All notable changes to this project will be documented in this file. - *(deps)* Update module github.com/stretchr/testify to v1.9.0 +### 💼 Other + +- *(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 + ### ⚙️ Miscellaneous Tasks - Update to Go 1.21.1 for vulnerabilities @@ -37,21 +50,20 @@ All notable changes to this project will be documented in this file. - 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 +### 💼 Other - *(deps)* Bump github.com/getsentry/sentry-go from 0.23.0 to 0.24.0 ## [0.0.5] - 2023-09-05 +### 💼 Other + +- *(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 + ### ⚙️ Miscellaneous Tasks - Update Go version @@ -60,44 +72,33 @@ All notable changes to this project will be documented in this file. - 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 +### 💼 Other + +- *(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 + ### ⚙️ 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 +### 💼 Other + +- *(deps)* Bump github.com/getsentry/sentry-go from 0.20.0 to 0.21.0 + ### ⚙️ 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 +### 💼 Other - *(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 @@ -105,6 +106,11 @@ All notable changes to this project will be documented in this file. - *(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 +### ⚙️ Miscellaneous Tasks + +- Update to golang 1.20.1 +- Update Go verion for vulnerabilities scan + ## [0.0.1] - 2023-01-29 ### 🚀 Features