We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7467b7 commit 4f5752cCopy full SHA for 4f5752c
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+# v0.68.0 - 2025-03-13
4
+
5
+- [SECURITY] Remove 'authorization' field from the retrieve Shard API #576
6
7
# v0.67.1 - 2025-03-04
8
9
- [BUGFIX] Misleading =~ operator in silence form #570
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "promgen"
-version = "0.68.0.dev"
+version = "0.68.0"
authors = [{ name = "LINE Corporation", email = "dl_oss_dev@linecorp.com" }]
classifiers = [
10
"Environment :: Web Environment",
0 commit comments