We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d624f commit 1e7afa7Copy full SHA for 1e7afa7
CHANGELOG.md
@@ -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
8
## 1.3.3 (2020-10-29)
9
10
### Bug fixes
README.md
@@ -21,7 +21,7 @@ Add dependency to your `pom.xml`:
21
<dependency>
22
<groupId>org.dalesbred</groupId>
23
<artifactId>dalesbred</artifactId>
24
- <version>1.3.3</version>
+ <version>1.3.4</version>
25
</dependency>
26
```
27
0 commit comments