Skip to content

Commit

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

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.2] 2024/11/19

### Fixed

Expand Down Expand Up @@ -55,6 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* `not_`: negation
* `|`: or

[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
[1.0.0]: https://github.com/Zorin95670/spring-query-filter/blob/1.0.0/changelog.md
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.2-SNAPSHOT</version>
<version>1.1.2</version>
<packaging>jar</packaging>

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

0 comments on commit 5b0abce

Please sign in to comment.