Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-harvey-z3q committed Sep 26, 2024
1 parent b4b81b6 commit c3fcd2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Categories: Added, Removed, Changed, Fixed, Nonfunctional, Deprecated

<!--- All unreleased items go here -->

## 1.1.0 (2024.09.26)

- [Resolve #4] Fail gracefully on bad input

## 1.0.0 (2023.04.28)

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jinja-unquote-resolvers-filter"
version = "0.0.1"
version = "1.1.0"
packages = [{ include = "jinja_unquote_resolvers_filter" }]
readme = "README.md"
homepage = "https://github.com/Sceptre/jinja-unquote-resolvers-filter"
Expand Down

0 comments on commit c3fcd2a

Please sign in to comment.