Skip to content

Commit

Permalink
release: 0.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Nov 22, 2024
1 parent 2e37034 commit 1a85981
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.0.22

### Various fixes & improvements

- chore: Print cluster when using apply/run_job (#64) by @rgibert
- feat(pg): create k8s secrets if they do not exist (#39) by @oioki
- fix: --quiet should mute DD echos (#48) by @rgibert

## 0.0.21

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get_requirements() -> Sequence[str]:

setup(
name="sentry-infra-tools",
version="0.0.21",
version="0.0.22",
author="Sentry",
author_email="[email protected]",
packages=find_packages(where=".", exclude="tests"),
Expand Down

0 comments on commit 1a85981

Please sign in to comment.