We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c04e9f commit bc07e63Copy full SHA for bc07e63
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.6.1"
+ ".": "0.6.2"
3
}
CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 0.6.2 (2026-03-17)
4
+
5
+Full Changelog: [v0.6.1...v0.6.2](https://github.com/CASParser/cas-parser-php/compare/v0.6.1...v0.6.2)
6
7
+### Chores
8
9
+* **internal:** tweak CI branches ([0c04e9f](https://github.com/CASParser/cas-parser-php/commit/0c04e9f8263c149f9ef085463d9b859a1cf3375a))
10
11
## 0.6.1 (2026-03-03)
12
13
Full Changelog: [v0.6.0...v0.6.1](https://github.com/CASParser/cas-parser-php/compare/v0.6.0...v0.6.1)
src/Version.php
@@ -5,5 +5,5 @@
namespace CasParser;
// x-release-please-start-version
-const VERSION = '0.6.1';
+const VERSION = '0.6.2';
// x-release-please-end
0 commit comments