Skip to content

Commit 1e7afa7

Browse files
committed
Release 1.3.4
1 parent 77d624f commit 1e7afa7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.3.4 (2021-08-09)
2+
3+
### Changes
4+
5+
- Replace `@SQL`-annotation in all methods with `@Language("SQL")` since IDEA does
6+
not detect `@Language` from a meta-annotation anymore.
7+
18
## 1.3.3 (2020-10-29)
29

310
### Bug fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add dependency to your `pom.xml`:
2121
<dependency>
2222
<groupId>org.dalesbred</groupId>
2323
<artifactId>dalesbred</artifactId>
24-
<version>1.3.3</version>
24+
<version>1.3.4</version>
2525
</dependency>
2626
```
2727

0 commit comments

Comments
 (0)