diff --git a/CHANGELOG b/CHANGELOG
index 79fa9d55f0a9c843e2afdb1c77ad01c5a50958ed_Q0hBTkdFTE9H..20492e36ee9fae574d73e5faf3f4cff9ec7038f2_Q0hBTkdFTE9H 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,4 @@
+Version 0.8.0 - 2023-03-18
 * Manage preferred size
 
 Version 0.7.2 - 2021-03-28
diff --git a/COPYRIGHT b/COPYRIGHT
index 79fa9d55f0a9c843e2afdb1c77ad01c5a50958ed_Q09QWVJJR0hU..20492e36ee9fae574d73e5faf3f4cff9ec7038f2_Q09QWVJJR0hU 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,5 +1,5 @@
 Copyright (C) 2012 Antoine Smolders
-Copyright (C) 2012-2020 Cédric Krier
+Copyright (C) 2012-2022 Cédric Krier
 Copyright (C) 2007 Samuel Abels <http://debain.org>
 
 This program is free software; you can redistribute it and/or
diff --git a/doc/conf.py b/doc/conf.py
index 79fa9d55f0a9c843e2afdb1c77ad01c5a50958ed_ZG9jL2NvbmYucHk=..20492e36ee9fae574d73e5faf3f4cff9ec7038f2_ZG9jL2NvbmYucHk= 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -41,5 +41,5 @@
 # built documents.
 #
 # The short X.Y version.
-version = '0.7'
+version = '0.8'
 # The full version, including alpha/beta/rc tags.
@@ -45,5 +45,5 @@
 # The full version, including alpha/beta/rc tags.
-release = '0.7.3'
+release = '0.8.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/goocalendar/__init__.py b/goocalendar/__init__.py
index 79fa9d55f0a9c843e2afdb1c77ad01c5a50958ed_Z29vY2FsZW5kYXIvX19pbml0X18ucHk=..20492e36ee9fae574d73e5faf3f4cff9ec7038f2_Z29vY2FsZW5kYXIvX19pbml0X18ucHk= 100644
--- a/goocalendar/__init__.py
+++ b/goocalendar/__init__.py
@@ -12,4 +12,4 @@
 from ._event import Event, EventStore  # noqa: E402
 
 __all__ = ['Calendar', 'EventStore', 'Event']
-__version__ = '0.7.3'
+__version__ = '0.8.0'