Skip to content

Commit

Permalink
UPdate change log
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmoreton committed Feb 12, 2023
1 parent 0d40f3f commit fc1bded
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ All notable changes to this project will be documented in this file.

## Unreleased

## [1.1.0] - 2023-02-12

- Drop older supported versions
- Add python 3.11
- Remove pre-commit in CI
- Improve developer docs and setup
- Add testing for postgres and mysql

## [1.0.0] - 2022-09-10
- [#15](https://github.com/nickmoreton/wagtail-honeypot/pull/15) Add Wagtail 3/4 support and improve developer documentation and tools
Expand Down
2 changes: 1 addition & 1 deletion wagtail_honeypot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (1, 0, 0)
VERSION = (1, 1, 0)
__version__ = ".".join(map(str, VERSION))

0 comments on commit fc1bded

Please sign in to comment.