Skip to content

Commit 386c01d

Browse files
committed
Bump version and update changelog.
1 parent f35b4b9 commit 386c01d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Version 0.14.2
4+
- Fix issue with some requests failing in some scenarios with the JS client.
5+
- The JS client was omitting optional fields which were accidentally made to be required. It happened because pydantic v2 changed the behavior in a few ways (for the better fwiw) and we missed a few places when upgrading.
6+
37
## Version 0.14.1
48
- Fix issue with serializing non utf8 422 errors
59
- Appease django warnings about default auto field

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="etebase_server",
5-
version="0.14.1",
5+
version="0.14.2",
66
description="An Etebase (EteSync 2.0) server",
77
url="https://www.etebase.com/",
88
classifiers=[

0 commit comments

Comments
 (0)