We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2da45a2 commit ac915f9Copy full SHA for ac915f9
CHANGELOG.md
@@ -1,6 +1,10 @@
1
CHANGELOG
2
=========
3
4
+## 0.8.0 (2025-07-11)
5
+- [#50](https://github.com/codeocean/codeocean-sdk-python/pull/50) feat: Add Min-Server-Version header support
6
+- [#49](https://github.com/codeocean/codeocean-sdk-python/pull/49) feat: Identify AI agents in API requests
7
+
8
## 0.7.0 (2025-06-24)
9
- [#46](https://github.com/codeocean/codeocean-sdk-python/pull/46) feat: Add API documentation
10
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "codeocean"
-version = "0.7.0"
+version = "0.8.0"
authors = [
{ name="Code Ocean", email="dev@codeocean.com" },
]
0 commit comments