From 2020979b83bf0ac5acab6c9f273ad24f770463a1 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Tue, 26 Aug 2025 16:38:49 +0200 Subject: [PATCH] Update changelog and app version --- .app_version | 2 +- CHANGELOG.md | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.app_version b/.app_version index 3df680e9..e780e0e0 100644 --- a/.app_version +++ b/.app_version @@ -1 +1 @@ -0.30.11 +0.30.12 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fc4f657..71010b06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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/). -# [UNRELEASED] - 2025-08-26 +# [0.30.12] - 2025-08-26 ## Fixed @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Logout bug - Api key is now shown even in trial period + # [0.30.11] - 2025-08-23 ## Changed @@ -22,6 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Some types of imports were not being detected correctly and were failing to import. #1678 + # [0.30.10] - 2025-08-22 ## Added @@ -49,7 +51,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Trial version for cloud users is now available. - # [0.30.8] - 2025-08-01 ## Fixed @@ -59,7 +60,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Scratch map is now working correctly. - # [0.30.7] - 2025-08-01 ## Fixed @@ -108,7 +108,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Prometheus metrics are now available at `/metrics`. Configure `METRICS_USERNAME` and `METRICS_PASSWORD` environment variables for basic authentication, default values are `prometheus` for both. All other prometheus-related environment variables are also necessary. - ## Fixed - The Warden error in jobs is now fixed. #1556