Skip to content

Commit

Permalink
v0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Mar 15, 2021
1 parent f8dd062 commit 9957665
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.1.2

* New features
* Support changing the default time zone to something besides `"Etc/UTC"`

## v0.1.1

* Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ First, add `nerves_time_zones` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:nerves_time_zones, "~> 0.1.0"}
{:nerves_time_zones, "~> 0.1.2"}
]
end
```
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 NervesTimeZones.MixProject do
use Mix.Project

@version "0.1.1"
@version "0.1.2"
@source_url "https://github.com/nerves-time/nerves_time_zones"
@tzdata_version "2020f"
@tzdata_earliest_date to_string(System.os_time(:second) - 86400)
Expand Down

0 comments on commit 9957665

Please sign in to comment.