We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2afee51 + 9226eb0 commit aace20aCopy full SHA for aace20a
.circleci/config.yml
@@ -139,7 +139,7 @@ workflows:
139
branches:
140
only: /^(main|release-.*|.*build-all.*)$/
141
tags:
142
- only: /^v2(\.[0-9]+){2}(-.+|[^-.]*)$/
+ only: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/
143
- mixin:
144
filters:
145
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.25.0-rc.1 / 2022-12-16
+## 0.25.0-rc.2 / 2022-12-19
2
3
* [CHANGE] Change the default `parse_mode` value from `MarkdownV2` to `HTML` for Telegram. #2981
4
* [CHANGE] Make `api_url` field optional for Telegram. #2981
VERSION
@@ -1 +1 @@
-0.25.0-rc.1
+0.25.0-rc.2
0 commit comments