From 08aab374d38d6a7ba2148616d65f3dbb1b4f2fd5 Mon Sep 17 00:00:00 2001 From: Alexey Kovrizhkin Date: Mon, 13 Nov 2023 05:14:03 +0300 Subject: [PATCH] v0.26.1 --- CHANGELOG.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb2b10d..dd961a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ -# ChangeLog +# Changelog -## 0.26.0 (2023-07-12) +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + +## [0.26.1] - 2023-11-13 + +### Update deps + +* upd: move from github.com/patrickmn/go-cache to zgo.at/zcache/v2 +* Bump golang.org/x/sync from 0.3.0 to 0.5.0 +* bump golang.org/x/net to 0.17.0 +* Bump github.com/google/uuid from 1.3.0 to 1.4.0 +* Bump github.com/go-logr/logr from 1.2.4 to 1.3.0 +* Bump golang.org/x/oauth2 from 0.10.0 to 0.13.0 + +## [0.26.0] - 2023-07-12 ### Chores @@ -19,7 +35,7 @@ * Bump golang.org/x/oauth2 from 0.6.0 to 0.10.0 * Bump github.com/LeKovr/go-kit/config from 0.2.0 to 0.2.1 -## 0.25.0 (2022-12-05) +## [0.25.0] - 2022-12-05 ### Chores