aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md15
-rw-r--r--setup.py2
2 files changed, 16 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 14b902f..766e322 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,18 @@
+0.1.0 - 2022-07-09
+------------------
+
+**Added**
+- Allow image elements in markdown descriptions.
+- Send caching headers for GPX and badge files.
+- Take title suggestion from GPX tracks.
+- CSRF protection for actions that modify data.
+
+**Fixed**
+- Ensure better caching of the track metadata.
+- Fix style for the `<strong>` element.
+- Update styles for password reset forms.
+- Better handling for timezones in GPX files.
+
0.0
---
diff --git a/setup.py b/setup.py
index bcb2ab1..6f5c85e 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ tests_require = [
setup(
name='fietsboek',
- version='0.0',
+ version='0.1.0',
description='fietsboek',
long_description=README + '\n\n' + CHANGES,
classifiers=[