From 5750e273bc2154ce04ac8cbb804d0b1ca3692620 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= <fred@kanboard.net>
Date: Sat, 14 Jan 2023 11:47:03 -0800
Subject: [PATCH] Update ChangeLog and remove copyright years

---
 ChangeLog | 15 +++++++++++++++
 LICENSE   |  2 +-
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 57365ed0d..4e11cb7bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+Version 1.2.26 (January 14, 2023)
+---------------------------------
+
+- Fire events after `TaskMoveColumnOnDueDate` action
+- Update date parsing logic to be compatible with PHP 8.2
+- Fix potential XSS on the Settings / API page
+- Use wildcard operator for tag filter
+- Fix broken user mentions in popup comment form
+- Test Docker image build on pull-requests
+- Bump Alpine Linux Docker image from 3.16 to 3.17
+- Update translations
+- Fixed a bug about unselecting in the file `list-item-selection.js`
+- Add functionality to import tasks from a project
+- Add missing jQuery UI CSS dependency
+
 Version 1.2.25 (November 12, 2022)
 ----------------------------------
 
diff --git a/LICENSE b/LICENSE
index 045f1aecd..821d0339f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 The MIT License (MIT)
 
-Copyright (c) 2014-2022 Frédéric Guillot
+Copyright (c) Frédéric Guillot
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
-- 
GitLab