From b7984a8f684006d7cd07756a9e4e25ea53525231 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Mon, 6 Nov 2023 11:35:04 -0500 Subject: [PATCH] v0.11.1 release --- CHANGELOG.md | 6 ++++++ mix.exs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaf03b2..21744f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v0.11.1 + +* Fixes + * Fix minor pagination issues with viewer + * Adjust boot start search string to work with more Nerves systems + ## v0.11.0 * New features diff --git a/mix.exs b/mix.exs index b35fa7a..3d2cc40 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule RingLogger.MixProject do use Mix.Project - @version "0.11.0" + @version "0.11.1" @source_url "https://github.com/nerves-project/ring_logger" def project do