Skip to content

Commit

Permalink
v0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed May 19, 2022
1 parent 44caf16 commit 3d5a7f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.2.0

* Added
* IANA database version, earliest date, and latest date now configurable form
the application environment (thanks @LostKobrakai)

* Updates
* Update the IANA database to 2022a

## v0.1.10

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

@app :nerves_time_zones
@version "0.1.10"
@version "0.2.0"
@source_url "https://github.com/nerves-time/nerves_time_zones"
@tzdata_version "2022a"
@tzdata_earliest_date System.os_time(:second) - 86400
Expand Down

0 comments on commit 3d5a7f6

Please sign in to comment.