diff --git a/CHANGES.txt b/CHANGES.txt index 0e94b8d..81d8726 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -12,3 +12,4 @@ v1.2.6, 2022-07-13 -- Block one more useragent - "gh" v1.2.7, 2022-07-15 -- Block more user agents - "Petalbot" v1.3.0, 2023-02-20 -- Add rate limits v1.4.0, 2024-07-26 -- Migrate to Flask.Limiter for rate limits. Breaking Change: 'app' must be passed to 'build_search_view' as the positon 1 argument +v2.0.0, 2024-08-02 -- Release 1.4.0 as major version change. Migrate to Flask.Limiter for rate limits. Breaking Change: 'app' must be passed to 'build_search_view' as the positon 1 argument diff --git a/setup.py b/setup.py index 4f9854f..0ed95b3 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="canonicalwebteam.search", - version="1.4.0", + version="2.0.0", author="Canonical webteam", author_email="webteam@canonical.com", url="https://github.com/canonical/canonicalwebteam.search",