Skip to content

Commit 4b281fb

Browse files
committed
Update README and Changelog
1 parent 463c348 commit 4b281fb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [0.9.5] - 2020-03-12
10+
### Changed
11+
- the `DynamoDB::CreateTable` permission is not required anymore if the table already exist [@derXear](https://github.com/derXear)
12+
913
## [0.9.4] - 2020-01-14
1014
### Fixed
1115
- fix unit used for ttl from EpochMillis to EpochSeconds [@dnltsk](https://github.com/dnltsk)
@@ -26,7 +30,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2630
### Added
2731
- initial code base by [@derXear](https://github.com/derXear)
2832

29-
[Unreleased]: https://github.com/bad-opensource/spring-cache-dynamodb/compare/v0.9.4...HEAD
33+
[Unreleased]: https://github.com/bad-opensource/spring-cache-dynamodb/compare/v0.9.5...HEAD
34+
[0.9.5]: https://github.com/bad-opensource/spring-cache-dynamodb/releases/tag/v0.9.4...v0.9.5
3035
[0.9.4]: https://github.com/bad-opensource/spring-cache-dynamodb/releases/tag/v0.9.3...v0.9.4
3136
[0.9.3]: https://github.com/bad-opensource/spring-cache-dynamodb/releases/tag/v0.9.2...v0.9.3
3237
[0.9.2]: https://github.com/bad-opensource/spring-cache-dynamodb/releases/tag/v0.9.1...v0.9.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To integrate this Git repository into your project, simply add the maven depende
1414
<dependency>
1515
<groupId>com.dasburo</groupId>
1616
<artifactId>spring-cache-dynamodb</artifactId>
17-
<version>0.9.4</version>
17+
<version>0.9.5</version>
1818
</dependency>
1919
```
2020

0 commit comments

Comments
 (0)