Skip to content

Commit 7b04687

Browse files
committed
release: 25.1.0
1 parent 3b49305 commit 7b04687

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 25.1.0
4+
5+
### Various fixes & improvements
6+
7+
- fix: snuba admin system query error messaging (#6763) by @kylemumma
8+
- feat: Add SSL/TLS support for ClickHouse connections (#6459) by @patsevanton
9+
- fix(settings): specify VALID_RETENTION_DAYS for self-hosted (#6756) by @aldy505
10+
- chore(deps): Bump Python to 3.11.11 (#6719) by @beninabox
11+
- Bump arroyo version (#6766) by @volokluev
12+
- feat(ourlogs): Add entity/storage configs & dev worker (#6759) by @colin-sentry
13+
- fix(optimize): make tests and optimize use UTC timestamps (#6760) by @onewland
14+
- meta: Bump new development version (1fe61a9d)
15+
316
## 24.12.2
417

518
### Various fixes & improvements

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
copyright = "2021, Sentry Team and Contributors"
88
author = "Sentry Team and Contributors"
99

10-
release = "25.1.0.dev0"
10+
release = "25.1.0"
1111

1212

1313
# -- General configuration ---------------------------------------------------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import find_packages, setup
44

5-
VERSION = "25.1.0.dev0"
5+
VERSION = "25.1.0"
66

77

88
def get_requirements() -> Sequence[str]:

0 commit comments

Comments
 (0)