Skip to content

Commit

Permalink
Update changelog and pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorin95670 committed Nov 20, 2024
1 parent 1c82c16 commit af0d00e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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]

### Fixed

- Add missing `public` for constructors in `PredicateFilter` and `ComparablePredicateFilter`.

## [1.1.2] 2024/11/19

### Fixed
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.2</version>
<version>1.1.3-SNAPSHOT</version>
<packaging>jar</packaging>

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

0 comments on commit af0d00e

Please sign in to comment.