2. Replaced Postgres 9.4, 9.5, 10 with 14, 15 3. Replaced Python 3.6 with 3.11
3.1
2.0.2
Dependencies 1. Removed psycopg2 from dependencies so any of its forms can be used
2.0.1
Compatibility Fix compatiblity with django 4.0+ (https://github.com/M1ha-Shvn/django-pg-returning/pull/33)
CI
2.0.0
Possibly breaking changes 1. Changed `psycopg2-binary` to `psycopg2` dependency, as recommended in [official docs](https://www.psycopg.org/docs/install.html#psycopg-vs-psycopg-binary)
1.3.2
Bug fixes 1. Fix for issue 29 by Philipp-Userlike : `Model.save_returning(...)` method ignored redeclared `Model.save(...)` behavior