Skip to content

Commit

Permalink
v0.4.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Mar 4, 2022
1 parent c0bfd55 commit a335c2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.4.5

* New feature
* Support blocking NervesTime startup until initialized with a valid time.
See [Startup](https://github.com/nerves-time/nerves_time#startup) doc and
`NervesTime.Waiter` for more info (thanks @LostKobrakai :heart:)

## v0.4.4

* Updates
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule NervesTime.MixProject do
use Mix.Project

@version "0.4.4"
@version "0.4.5"
@source_url "https://github.com/nerves-time/nerves_time"

def project do
Expand Down

0 comments on commit a335c2b

Please sign in to comment.