···11+# Changelog
22+33+All notable changes to this project will be documented in this file.
44+55+## [0.1.1] - 2025-11-27
66+77+### Fixed
88+99+- Fixed formatting issues that caused CI publish to fail
1010+1111+## [0.1.0] - 2025-11-27
1212+1313+### Added
1414+1515+- Initial release
1616+- `SessionManager` class for framework-agnostic session management
1717+- Cookie session extraction from HTTP requests
1818+- Cookie session creation with Set-Cookie header generation
1919+- Session refresh with updated `lastAccessed` timestamp
2020+- Mobile Bearer token seal/unseal support
2121+- Bearer token validation from Authorization headers
2222+- Configurable cookie name, TTL, and logging
2323+- Full test coverage