Skip to content

Commit fb7dc8e

Browse files
author
getsentry-bot
committed
Merge branch 'release/1.20.3'
2 parents aab10b7 + ac50b61 commit fb7dc8e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.20.3
2+
3+
- fix(include_raw): add YAML file separator to end of included template by @bmckerry in [#181](https://github.com/getsentry/sentry-infra-tools/pull/181)
4+
- fix(apply): If soak-only is specified canary_applied never gets set by @rgibert in [#180](https://github.com/getsentry/sentry-infra-tools/pull/180)
5+
16
## 1.20.2
27

38
- fix(apply): Fix canary applies exit early by @rgibert in [#179](https://github.com/getsentry/sentry-infra-tools/pull/179)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def get_requirements() -> Sequence[str]:
4444

4545
setup(
4646
name="sentry-infra-tools",
47-
version="1.20.2",
47+
version="1.20.3",
4848
author="Sentry",
4949
author_email="[email protected]",
5050
packages=find_packages(where=".", exclude="tests"),

0 commit comments

Comments
 (0)