diff --git a/README.md b/README.md
index a360105..1f8cabf 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ This Java library directly converts HTTP query parameters into Hibernate predica
io.github.zorin95670
spring-query-filter
- 1.1.2
+ 1.1.3
```
@@ -26,7 +26,7 @@ This Java library directly converts HTTP query parameters into Hibernate predica
```groovy
dependencies {
- implementation("io.github.zorin95670:spring-query-filter:1.0.0")
+ implementation("io.github.zorin95670:spring-query-filter:1.1.3")
}
```
diff --git a/changelog.md b/changelog.md
index fde86ad..b3fe7e2 100644
--- a/changelog.md
+++ b/changelog.md
@@ -5,7 +5,7 @@ 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)
-## [Unreleased]
+## [1.1.3] 2024/11/20
### Fixed
@@ -61,6 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* `not_`: negation
* `|`: or
+[1.1.3]: https://github.com/Zorin95670/spring-query-filter/blob/1.1.3/changelog.md
[1.1.2]: https://github.com/Zorin95670/spring-query-filter/blob/1.1.2/changelog.md
[1.1.1]: https://github.com/Zorin95670/spring-query-filter/blob/1.1.1/changelog.md
[1.1.0]: https://github.com/Zorin95670/spring-query-filter/blob/1.1.0/changelog.md
diff --git a/pom.xml b/pom.xml
index 731bc74..2bc8ff8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
io.github.zorin95670
spring-query-filter
- 1.1.3-SNAPSHOT
+ 1.1.3
jar
spring-query-filter