0
0
mirror of https://github.com/etesync/server.git synced 2024-09-19 20:32:16 +02:00

Bump version and update changelog.

This commit is contained in:
Tom Hacohen 2024-06-13 14:02:33 -04:00
parent f35b4b94e5
commit 386c01d89e
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## Version 0.14.2
- Fix issue with some requests failing in some scenarios with the JS client.
- 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.
## Version 0.14.1
- Fix issue with serializing non utf8 422 errors
- Appease django warnings about default auto field

View File

@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup(
name="etebase_server",
version="0.14.1",
version="0.14.2",
description="An Etebase (EteSync 2.0) server",
url="https://www.etebase.com/",
classifiers=[