Skip to content

Commit 5c343c3

Browse files
authored
🏷️ release version 2.8.2 (#190)
1 parent 678c867 commit 5c343c3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Latest Changes
44

5+
## 2.8.2
6+
7+
* 🐛 Preserve timezone information when validating Pendulum DateTimes. [#189](https://github.com/pydantic/pydantic-extra-types/pull/189) by [@chrisguidry
8+
](https://github.com/chrisguidry)
9+
510
## 2.8.1
611

712
### Bug Fixes

pydantic_extra_types/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.8.1'
1+
__version__ = '2.8.2'

0 commit comments

Comments
 (0)