From 4275c649077f57908522e8f7ecede4bd1ca94f81 Mon Sep 17 00:00:00 2001 From: Eric Oestrich Date: Sat, 11 May 2024 11:37:10 -0400 Subject: [PATCH] v2.3.0 release (#186) * v2.3.0 release * CI: bump 1.12 and 1.16 to connect to hex --- .circleci/config.yml | 4 ++-- CHANGELOG.md | 8 ++++++++ mix.exs | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 59011e7..3c8beea 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,8 +8,8 @@ tags: &tags 1.16.2-erlang-26.2.4-alpine-3.19.1, 1.15.7-erlang-26.1.2-alpine-3.18.4, 1.14.2-erlang-25.2-alpine-3.16.3, - 1.13.4-erlang-24.3.4.3-alpine-3.17.0, - 1.12.3-erlang-24.3.4.3-alpine-3.17.0, + 1.13.4-erlang-24.3.4.10-alpine-3.17.2, + 1.12.3-erlang-24.3.4.10-alpine-3.17.2, 1.11.4-erlang-23.3.4.18-alpine-3.16.2 ] diff --git a/CHANGELOG.md b/CHANGELOG.md index fadabb1..b1cef20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## unreleased +## [2.3.0] - 2024-05-11 + +* Added + * check for network connectivity before connecting (#181) +* Updated + * Log unknown messages from NervesHub + * Clearer and more consistent logging + ## [2.2.1] - 2024-04-19 * Added diff --git a/mix.exs b/mix.exs index dee07bc..6587f09 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NervesHubLink.MixProject do use Mix.Project - @version "2.2.1" + @version "2.3.0" @description "Manage your Nerves fleet by connecting it to NervesHub" @source_url "https://github.com/nerves-hub/nerves_hub_link"