We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e868489 commit 925d7dbCopy full SHA for 925d7db
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.4.0"
+ ".": "0.4.1"
3
}
CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 0.4.1 (2026-02-20)
4
+
5
+Full Changelog: [v0.4.0...v0.4.1](https://github.com/CASParser/cas-parser-php/compare/v0.4.0...v0.4.1)
6
7
+### Chores
8
9
+* **internal:** remove mock server code ([e868489](https://github.com/CASParser/cas-parser-php/commit/e8684893f2f7c4ab6d75c2be56fc9f2d7c6a5323))
10
11
## 0.4.0 (2026-02-14)
12
13
Full Changelog: [v0.3.0...v0.4.0](https://github.com/CASParser/cas-parser-php/compare/v0.3.0...v0.4.0)
src/Version.php
@@ -5,5 +5,5 @@
namespace CasParser;
// x-release-please-start-version
-const VERSION = '0.4.0';
+const VERSION = '0.4.1';
// x-release-please-end
0 commit comments