diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b4b022..1ecefdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed ### Removed -## [4.1.0-rc1] - 2019-11-25 +## [4.1.0] - 2019-11-26 ### Added - Support encoding and decoding bit fields in call arguments and results. ### Changed diff --git a/rebar.config b/rebar.config index 6bc50cc..5360196 100644 --- a/rebar.config +++ b/rebar.config @@ -15,7 +15,7 @@ {base_plt_apps, [erts, kernel, stdlib, crypto, mnesia]} ]}. -{relx, [{release, {aesophia, "4.1.0-rc1"}, +{relx, [{release, {aesophia, "4.1.0"}, [aesophia, aebytecode, getopt]}, {dev_mode, true}, diff --git a/src/aesophia.app.src b/src/aesophia.app.src index 7efc2aa..4758c6e 100644 --- a/src/aesophia.app.src +++ b/src/aesophia.app.src @@ -1,6 +1,6 @@ {application, aesophia, [{description, "Contract Language for aeternity"}, - {vsn, "4.1.0-rc1"}, + {vsn, "4.1.0"}, {registered, []}, {applications, [kernel,