diff --git a/CHANGELOG.md b/CHANGELOG.md index 1998dab..7c6e8c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,4 +8,17 @@ and this project adheres to ## [Unreleased] -[Unreleased]: https://github.com/grisp/grisp/compare/6b59d16383b3e5154ef839bcf5c77a6b770aada5...HEAD \ No newline at end of file +## [1.0.0] - 2024-05-10 + +### What's Changed + +#### Added +* NTP handling +* Connect to GRiSP.io +* Device Linking to User Account in GRiSP.io +* Logging towards GRiSP.io + +**Full Changelog**: https://github.com/grisp/grisp_connect/commits/1.0.0 + +[Unreleased]: https://github.com/grisp/grisp_connect/compare/1.0.0...HEAD +[1.0.0]: https://github.com/grisp/grisp_connect/release/tag/1.0.0 diff --git a/rebar.config b/rebar.config index 431fa7b..483ae6a 100644 --- a/rebar.config +++ b/rebar.config @@ -1,9 +1,9 @@ {erl_opts, [debug_info]}. {deps, [ - grisp, - certifi, + {grisp, "2.4.0"}, + {certifi, "2.13.0"}, {gun, "2.0.1"}, - jsx + {jsx, "3.1.0"} ]}. {shell, [ @@ -26,7 +26,7 @@ {relx, [ {sys_config, "config/sys.config"}, - {release, {grisp_connect, "0.1.0"}, [grisp_connect]} + {release, {grisp_connect, semver}, [grisp_connect]} ]}. {hex, [{doc, #{provider => ex_doc}}]}. diff --git a/src/grisp_connect.app.src b/src/grisp_connect.app.src index 6198b16..f136b8d 100644 --- a/src/grisp_connect.app.src +++ b/src/grisp_connect.app.src @@ -1,6 +1,6 @@ {application, grisp_connect, [ {description, "GRiSP.io Client Library for GRiSP"}, - {vsn, "0.1.0"}, + {vsn, semver}, {registered, []}, {mod, {grisp_connect_app, []}}, {applications, [