Skip to content

Commit

Permalink
release: 25.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Jan 15, 2025
1 parent 3b49305 commit 7b04687
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 25.1.0

### Various fixes & improvements

- fix: snuba admin system query error messaging (#6763) by @kylemumma
- feat: Add SSL/TLS support for ClickHouse connections (#6459) by @patsevanton
- fix(settings): specify VALID_RETENTION_DAYS for self-hosted (#6756) by @aldy505
- chore(deps): Bump Python to 3.11.11 (#6719) by @beninabox
- Bump arroyo version (#6766) by @volokluev
- feat(ourlogs): Add entity/storage configs & dev worker (#6759) by @colin-sentry
- fix(optimize): make tests and optimize use UTC timestamps (#6760) by @onewland
- meta: Bump new development version (1fe61a9d)

## 24.12.2

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
copyright = "2021, Sentry Team and Contributors"
author = "Sentry Team and Contributors"

release = "25.1.0.dev0"
release = "25.1.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import find_packages, setup

VERSION = "25.1.0.dev0"
VERSION = "25.1.0"


def get_requirements() -> Sequence[str]:
Expand Down

0 comments on commit 7b04687

Please sign in to comment.