Skip to content

Commit 08e31f5

Browse files
chore: bump to v1.1.1 and update CHANGELOG
1 parent c5ea75d commit 08e31f5

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.1] - 2026-03-28
11+
12+
### Changed
13+
- `SheetsClient` is no longer `final`, and both `SkipperResolver` and `SheetsWriter` now accept an optional `SheetsClient` constructor parameter, enabling injection of test doubles without a real Google API connection.
14+
15+
### Added
16+
- Unit tests for `SKIPPER_FAIL_OPEN`, `SKIPPER_CACHE_TTL`, and `SKIPPER_SYNC_ALLOW_DELETE` (`SkipperResolverInitializeTest`, `SheetsWriterTest`).
17+
1018
## [1.1.0] - 2026-03-28
1119

1220
### Added
@@ -24,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2432
- Parallel test execution support via cross-process resolver cache (`SKIPPER_CACHE_FILE`, `SKIPPER_DISCOVERED_DIR`).
2533
- Three credential formats: file path, base64 string, environment variable.
2634

27-
[Unreleased]: https://github.com/get-skipper/skipper-php/compare/v1.1.0...HEAD
35+
[Unreleased]: https://github.com/get-skipper/skipper-php/compare/v1.1.1...HEAD
36+
[1.1.1]: https://github.com/get-skipper/skipper-php/compare/v1.1.0...v1.1.1
2837
[1.1.0]: https://github.com/get-skipper/skipper-php/compare/v1.0.0...v1.1.0
2938
[1.0.0]: https://github.com/get-skipper/skipper-php/releases/tag/v1.0.0

0 commit comments

Comments
 (0)