Skip to content

Commit b7984a8

Browse files
committed
v0.11.1 release
1 parent e121a8b commit b7984a8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## v0.11.1
6+
7+
* Fixes
8+
* Fix minor pagination issues with viewer
9+
* Adjust boot start search string to work with more Nerves systems
10+
511
## v0.11.0
612

713
* New features

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule RingLogger.MixProject do
22
use Mix.Project
33

4-
@version "0.11.0"
4+
@version "0.11.1"
55
@source_url "https://github.com/nerves-project/ring_logger"
66

77
def project do

0 commit comments

Comments
 (0)