Skip to content

Commit ef8cff0

Browse files
committed
doc: Release V1.2.0
1 parent 9eae373 commit ef8cff0

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

CHANGELOG.md

+14-6
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,37 @@
1-
# 📜 Changelog
1+
# Changelog
22

33
All notable changes to `GrokPHP/Client` will be documented in this file.
44
This project follows [Semantic Versioning](https://semver.org/).
55

66
---
77

8+
## [v1.2.0] - 2025-02-24
9+
### Improvements
10+
- **Replaced Pest with PHPUnit** for testing, aligning with industry standards.
11+
- **Enhanced exception handling** to provide more structured and informative error responses.
12+
- **Updated GitHub Actions workflow** to support PHP 8.2, 8.3, and 8.4.
13+
14+
---
15+
816
## [v1.1.1] - 2025-02-11
9-
### 🔧 Improvements
17+
### Improvements
1018
- Refactored code formatting for better readability and maintainability.
1119
- Implemented **GitHub Actions CI** to run tests automatically on each push to the `main` branch.
1220

1321
---
1422

1523
## [v1.1.0] - 2025-02-07
16-
### 🚀 Enhancements
24+
### Enhancements
1725
- **Upgraded to version `1.1.0`** with internal improvements and stability fixes.
1826

1927
---
2028

2129
## [v1.0.0] - 2025-02-06
22-
### 🎉 Initial Release
23-
- **🚀 Launched `GrokPHP/Client` v1.0.0** – a robust, framework-agnostic PHP client for interacting with Grok AI APIs.
30+
### Initial Release
31+
- **Launched `GrokPHP/Client` v1.0.0** – a robust, framework-agnostic PHP client for interacting with Grok AI APIs.
2432

2533
---
2634

27-
### 📌 Notes
35+
### Notes
2836
- For detailed usage, refer to the [README.md](README.md).
2937
- Found an issue? Report it on [GitHub Issues](https://github.com/grok-php/client/issues).

0 commit comments

Comments
 (0)