We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59582b0 commit 5916aa3Copy full SHA for 5916aa3
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.6.2"
+ ".": "0.6.3"
3
}
CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 0.6.3 (2026-04-11)
4
+
5
+Full Changelog: [v0.6.2...v0.6.3](https://github.com/CASParser/cas-parser-php/compare/v0.6.2...v0.6.3)
6
7
+### Bug Fixes
8
9
+* **client:** properly generate file params ([59582b0](https://github.com/CASParser/cas-parser-php/commit/59582b0bcdd8be588e3f53f062a2ff16d29df00d))
10
11
## 0.6.2 (2026-03-17)
12
13
Full Changelog: [v0.6.1...v0.6.2](https://github.com/CASParser/cas-parser-php/compare/v0.6.1...v0.6.2)
src/Version.php
@@ -5,5 +5,5 @@
namespace CasParser;
// x-release-please-start-version
-const VERSION = '0.6.2';
+const VERSION = '0.6.3';
// x-release-please-end
0 commit comments