diff --git a/CHANGELOG.md b/CHANGELOG.md index f9834f0c..007f924a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## Unreleased - ??? +## 1.19.1 - 2021-12-04 - Add an optional `prefix` paramater to `debug/stacktrace` to allow printing prettier error messages. - Remove appveyor for CI pipeline - Fixed a bug that prevented sending threaded abstracts over threaded channels. diff --git a/src/conf/janetconf.h b/src/conf/janetconf.h index bd315f0f..bf6e123f 100644 --- a/src/conf/janetconf.h +++ b/src/conf/janetconf.h @@ -6,8 +6,8 @@ #define JANET_VERSION_MAJOR 1 #define JANET_VERSION_MINOR 19 #define JANET_VERSION_PATCH 1 -#define JANET_VERSION_EXTRA "-dev" -#define JANET_VERSION "1.19.1-dev" +#define JANET_VERSION_EXTRA "" +#define JANET_VERSION "1.19.1" /* #define JANET_BUILD "local" */