Skip to content

Commit

Permalink
Release 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
komu committed Aug 9, 2021
1 parent 77d624f commit 1e7afa7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.3.4 (2021-08-09)

### Changes

- Replace `@SQL`-annotation in all methods with `@Language("SQL")` since IDEA does
not detect `@Language` from a meta-annotation anymore.

## 1.3.3 (2020-10-29)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add dependency to your `pom.xml`:
<dependency>
<groupId>org.dalesbred</groupId>
<artifactId>dalesbred</artifactId>
<version>1.3.3</version>
<version>1.3.4</version>
</dependency>
```

Expand Down

0 comments on commit 1e7afa7

Please sign in to comment.