We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd3a8b1 commit 2181cb4Copy full SHA for 2181cb4
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+# v0.69.0 - 2025-04-25
4
+
5
+- [IMPROVEMENT] Return owner name in Farm API #583
6
+- [IMPROVEMENT] Add owner field to Farm object #582
7
8
# v0.68.0 - 2025-03-13
9
10
- [SECURITY] Remove 'authorization' field from the retrieve Shard API #576
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "promgen"
-version = "0.69.0.dev"
+version = "0.69.0"
authors = [{ name = "LINE Corporation", email = "dl_oss_dev@linecorp.com" }]
classifiers = [
"Environment :: Web Environment",
0 commit comments