Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maehjam committed May 10, 2024
1 parent 5a85544 commit 0a9f6d3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,17 @@ and this project adheres to

## [Unreleased]

[Unreleased]: https://github.com/grisp/grisp/compare/6b59d16383b3e5154ef839bcf5c77a6b770aada5...HEAD
## [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
8 changes: 4 additions & 4 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -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, [
Expand All @@ -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}}]}.
Expand Down
2 changes: 1 addition & 1 deletion src/grisp_connect.app.src
Original file line number Diff line number Diff line change
@@ -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, [
Expand Down

0 comments on commit 0a9f6d3

Please sign in to comment.