From e64ea4f7e65b08f22b0485315d635d86fcedc0f8 Mon Sep 17 00:00:00 2001
From: Daniel Weindl <daniel.weindl@helmholtz-munich.de>
Date: Tue, 24 Sep 2024 16:45:56 +0200
Subject: [PATCH] Update changelog, bump version

---
 CHANGELOG.md | 20 ++++++++++++++++++++
 version.txt  |  2 +-
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index a9f1cde585..28d5a16f3a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,26 @@ See also our [versioning policy](https://amici.readthedocs.io/en/latest/versioni
 
 ## v0.X Series
 
+### v0.26.2 (2024-09-25)
+
+**Fixes**
+
+* Fixed a sympy float comparison issue in spline code that would cause
+  an `AssertionError`
+
+  by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2499
+
+* Fixed some warnings from recent CMake versions
+
+  by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2492
+
+* Fixed a potential issue when including AMICI in a CMake project
+
+  by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2493
+
+**Full Changelog**: https://github.com/AMICI-dev/AMICI/compare/v0.26.1...v0.26.2
+
+
 ### v0.26.1 (2024-07-11)
 
 **Fixes**
diff --git a/version.txt b/version.txt
index 30f6cf8d98..894542aa24 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-0.26.1
+0.26.2