Skip to content

Commit 9dd5185

Browse files
authored
Merge pull request #15 from dew-serverless/v1.2.0
v1.2.0
2 parents 5a17f57 + 6bafc84 commit 9dd5185

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
concurrency:
3636
group: integration
37-
cancel-in-progress: true
37+
cancel-in-progress: false
3838

3939
name: Integration Test
4040

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.2.0] - 2023-12-09
11+
12+
### Added
13+
14+
- Tablestore session driver (#13).
15+
1016
## [1.1.0] - 2023-12-08
1117

1218
### Added
@@ -23,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2329

2430
- Support `tablestore` driver for Laravel Cache.
2531

26-
[unreleased]: https://github.com/dew-serverless/laravel-tablestore-driver/compare/v1.1.0...HEAD
32+
[unreleased]: https://github.com/dew-serverless/laravel-tablestore-driver/compare/v1.2.0...HEAD
33+
[1.2.0]: https://github.com/dew-serverless/laravel-tablestore-driver/compare/v1.1.0...v1.2.0
2734
[1.1.0]: https://github.com/dew-serverless/laravel-tablestore-driver/compare/v1.0.0...v1.1.0
2835
[1.0.0]: https://github.com/dew-serverless/laravel-tablestore-driver/releases/tag/v1.0.0

0 commit comments

Comments
 (0)