diff --git a/CHANGELOG.md b/CHANGELOG.md index ca58faf..4b8ffe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to ## [Unreleased] -## [1.0.0] - 2024-09-24 +## [1.0.0] - 2024-09-25 ### What's Changed diff --git a/rebar.config b/rebar.config index a15a477..c9944bd 100644 --- a/rebar.config +++ b/rebar.config @@ -1,6 +1,6 @@ {erl_opts, [debug_info]}. {deps, [ - {grisp, "~> 2.5"}, + {grisp, "~> 2.6"}, {gun, "2.1.0"}, jsx, {grisp_cryptoauth, "~> 2.4"},