diff --git a/doc/ChangeLog b/doc/ChangeLog index e34d81ed..0d298dc0 100755 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +Version 3.1.6, released October 14th, 2025 +========================================== + +- Fixed XSS vulnerability + Version 3.1.5, released January 31st, 2023 ========================================== diff --git a/mkdocs/docs/index.md b/mkdocs/docs/index.md index 0a169587..d6149d72 100644 --- a/mkdocs/docs/index.md +++ b/mkdocs/docs/index.md @@ -3,7 +3,7 @@ Home of the *Electronic Logbook* package by [Stefan Ritt](mailto:Stefan.Ritt@psi.ch) -*Current version: 3.1.4* +*Current version: 3.1.5* [PDF version](https://elog.psi.ch/elog/pdf/document.pdf) diff --git a/src/elog-version.h b/src/elog-version.h index bf5549ba..7b82eba0 100644 --- a/src/elog-version.h +++ b/src/elog-version.h @@ -24,7 +24,7 @@ \********************************************************************/ /* Version of ELOG */ -#define VERSION "3.1.5" +#define VERSION "3.1.6" /* ELOG identification */ static const char ELOGID[] = "elogd " VERSION " built " __DATE__ ", " __TIME__;