From 957a224e1bb10375750a9124d5f5a6f3cd06351e Mon Sep 17 00:00:00 2001
From: Pavel Antonov <antonov@perx.ru>
Date: Thu, 19 Dec 2024 14:08:13 +0400
Subject: [PATCH] Release v0.31.0

---
 .gitignore   |  1 +
 CHANGELOG.md | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/.gitignore b/.gitignore
index e7940660..062d8cab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
 .idea
 .task
+*.bak
 dist/
 release/
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf3f0b46..d28eb411 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,24 @@
 # Changelog
 
+## [0.31.0] - 2024-12-19
+
+### 🚀 Новые возможности
+
+- Обновлен сервис Logs после изменений в прото-спецификации сервиса ([a86999a](https://git.perx.ru/perxis/perxis-go/-/commit/a86999a62c4963837032c6cbf86fb6ef7b486b8b))
+- Добавлен возврат общего количества ревизий для метода ListRevisions [#2885](https://git.perx.ru/perxis/perxis/-/issues/2885) ([5671511](https://git.perx.ru/perxis/perxis-go/-/commit/56715111dda38d3d5e62beeebe649d64cf602a4c))
+- **items**: Добавлен метод Items.CheckoutRevision [#2846](https://git.perx.ru/perxis/perxis/-/issues/2846) ([36ffcd0](https://git.perx.ru/perxis/perxis-go/-/commit/36ffcd03014b8b7da3abdc42a4450e2093d5102d))
+- **extensions**: Добавлены поля для передачи клиентских данных при запросах ActionRequest ([e09530b](https://git.perx.ru/perxis/perxis-go/-/commit/e09530b49f4a52155b966c68adbf76d62799f6bd))
+
+### ⚙️ Прочие задачи
+
+- Добавлен фильтр по тегам (tag) в Collections.List ([8d47f17](https://git.perx.ru/perxis/perxis-go/-/commit/8d47f1781c029151163e868e9d9abca531ebce49))
+- Пакет template вынесен в корень проекта ([9093516](https://git.perx.ru/perxis/perxis-go/-/commit/90935168e52dc76a61c78dc40a2c17a953f3d554))
+- Перегенерированы клиенты, моки, middleware  [#2862](https://git.perx.ru/perxis/perxis/-/issues/2862) ([0e67767](https://git.perx.ru/perxis/perxis-go/-/commit/0e67767d112c1f34990c02c64b51c74fbfbbc59c))
+- Добавлена конфигурация для golangci-lint с добавлением дополнительных линтеров [#2953](https://git.perx.ru/perxis/perxis/-/issues/2953) ([c0721ec](https://git.perx.ru/perxis/perxis-go/-/commit/c0721ec476fa0043191bb29f827a8e5ac13c5b13))
+- Обновление Taskfile [#2849](https://git.perx.ru/perxis/perxis/-/issues/2849) ([7ecb191](https://git.perx.ru/perxis/perxis-go/-/commit/7ecb191b8f8716c82ffce6be60b81b688b6d7291))
+
+<!-- generated by git-cliff -->
+
 ## [0.30.0] - 2024-10-22
 
 ### рџљЂ Features
-- 
GitLab