Skip to content

Commit 378f28c

Browse files
committed
Bump version, update CHANGELOG
1 parent 0252408 commit 378f28c

File tree

3 files changed

+113
-85
lines changed

3 files changed

+113
-85
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog for django-pgcrypto
22

3+
## 3.0.3 (2025-02-04)
4+
5+
* Added `iexact` lookup (https://github.com/dcwatson/django-pgcrypto/pull/39)
6+
7+
38
## 3.0.2
49

510
* Added `Encrypt` and `Decrypt` Django functions (https://github.com/dcwatson/django-pgcrypto/pull/36)

pgcrypto/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.0.2"
1+
__version__ = "3.0.3"
22
__version_info__ = (int(v) for v in __version__.split("."))
33

44
import base64

0 commit comments

Comments
 (0)