Skip to content

Commit

Permalink
Release version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorin95670 committed Nov 20, 2024
1 parent af0d00e commit 5c46c73
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ This Java library directly converts HTTP query parameters into Hibernate predica
<dependency>
<groupId>io.github.zorin95670</groupId>
<artifactId>spring-query-filter</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>
```

**Gradle**

```groovy
dependencies {
implementation("io.github.zorin95670:spring-query-filter:1.0.0")
implementation("io.github.zorin95670:spring-query-filter:1.1.3")
}
```

Expand Down
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.zorin95670</groupId>
<artifactId>spring-query-filter</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<packaging>jar</packaging>

<name>spring-query-filter</name>
Expand Down

0 comments on commit 5c46c73

Please sign in to comment.