diff --git a/ChangeLog.md b/ChangeLog.md index 62a2f77ed54..f556f147bf3 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,13 @@ +2023-10-23 Richard Russon \ +* Bug Fixes + - #4060 - fix crash on exit + - #4061 - fix header colour + - #4064 - fix 32-bit date overflow + - #4078 - fix new mail in limited view + - nntp: fix use-after-free + - color: fix ansi colours + - color: add +truecolor to version string + 2023-10-06 Richard Russon \ * Features - #3870 - color: allow 'alert', 'bright', 'light' prefix for colorNNN diff --git a/auto.def b/auto.def index 6989d1820a6..5c495a200b8 100644 --- a/auto.def +++ b/auto.def @@ -16,7 +16,7 @@ use system cc cc-lib mutt-gettext mutt-iconv pkg-config ############################################################################### # Names and versions define PACKAGE "neomutt" -define PACKAGE_VERSION "20231006" +define PACKAGE_VERSION "20231023" define BUGS_ADDRESS "neomutt-devel@neomutt.org" # Subdirectories that contain additional Makefile.autosetup files