diff --git a/ChangeLog b/ChangeLog index 2afcb53..68cc911 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. Date based versioning is now used in this project. This is so that it doesn't get confused with the Dropbox desktop client. +Version 2024.04.17 +================== + * Add Ubuntu 24.04 to build matrix + * Allow `libpango-1.0-0` as alternate spelling of `libpango1.0-0` in `.deb` package + Version 2024.01.22 ================== * Collapse single-entry context menu submenus diff --git a/configure.ac b/configure.ac index 22f1a7b..b24563b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Initialization -AC_INIT([nautilus-dropbox], 2024.01.22) +AC_INIT([nautilus-dropbox], 2024.04.17) AM_INIT_AUTOMAKE([foreign])