Skip to content

Commit 2ad6367

Browse files
committed
update readme and set new version
1 parent 3e31c61 commit 2ad6367

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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.3] - 2019-12-18
10+
### Fixed
11+
- fix datatype used for ttl [@dnltsk](https://github.com/dnltsk)
12+
913
## [0.9.2] - 2019-12-04
1014
### Changed
1115
- fix javadoc and maven-gpg-plugin configuration by [@derXear](https://github.com/derXear)
@@ -19,6 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1923
- initial code base by [@derXear](https://github.com/derXear)
2024

2125
[Unreleased]: https://github.com/bad-opensource/spring-cache-dynamodb/compare/v0.9.2...HEAD
26+
[0.9.3]: https://github.com/bad-opensource/spring-cache-dynamodb/releases/tag/v0.9.2...v0.9.3
2227
[0.9.2]: https://github.com/bad-opensource/spring-cache-dynamodb/releases/tag/v0.9.1...v0.9.2
2328
[0.9.1]: https://github.com/bad-opensource/spring-cache-dynamodb/releases/tag/v0.9.0...v0.9.1
2429
[0.9.0]: https://github.com/bad-opensource/spring-cache-dynamodb/releases/tag/v0.9.0

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.2</version>
17+
<version>0.9.3</version>
1818
</dependency>
1919
```
2020

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.dasburo</groupId>
1313
<artifactId>spring-cache-dynamodb</artifactId>
14-
<version>0.9.2</version>
14+
<version>0.9.3</version>
1515

1616
<name>Amazon DynamoDB for Spring Cache</name>
1717
<description>Spring Cache implementation based on Amazon DynamoDB</description>

0 commit comments

Comments
 (0)