Skip to content

Commit

Permalink
Prepare Version 0.10.0 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpasipanodya authored Apr 2, 2022
1 parent 88369d1 commit da4ab47
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# 0.10.0
- `postgresql` version `42.3.3`
- `jackson-module-kotlin` version `2.13.2`
- `jackson-datatype-jsr310` version `2.13.2`
- `slf4j-simple` version `1.7.36`

# 0.9.0
- `io.taff.exposed` version `0.5.0`.
- Split out the wiki page from `WIKI.md`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A collection of extensions for [Exposed](https://github.com/tpasipanodya/Exposed

## How to Use
```kotlin
implementation("io.taff:exposed-extensions:0.9.0")
implementation("io.taff:exposed-extensions:0.10.0")
```

Using logical tenant isolation as an example:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = "io.taff"
version = "0.9.0${ if (isReleaseBuild()) "" else "-SNAPSHOT" }"
version = "0.10.0${ if (isReleaseBuild()) "" else "-SNAPSHOT" }"
java.sourceCompatibility = JavaVersion.VERSION_17

repositories {
Expand Down

0 comments on commit da4ab47

Please sign in to comment.