Skip to content

Commit

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

## v0.1.1

* New features
* Add `Zoneinfo.valid_time_zone?/1` to quickly check if a time zone is in the
database

## v0.1.0

Initial release to hex.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
defmodule Zoneinfo.MixProject do
use Mix.Project

@version "0.1.0"
@version "0.1.1"
@source_url "https://github.com/smartrent/zoneinfo"

def project do
[
app: :zoneinfo,
version: "0.1.0",
version: @version,
elixir: "~> 1.11",
description: description(),
package: package(),
Expand Down

0 comments on commit 0dbcfe7

Please sign in to comment.