From 3f7fc367ff233b44c9362553d070161996876962 Mon Sep 17 00:00:00 2001 From: Paul Schoenfelder Date: Sat, 30 Jul 2016 18:28:03 -0500 Subject: [PATCH] Version 3.0.5 --- CHANGELOG.md | 6 ++++++ mix.exs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc49efa3..fd5b2c75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file (at least to the extent possible, I am not infallible sadly). This project adheres to [Semantic Versioning](http://semver.org/). +## 3.0.5 + +### Fixed + +- #199 - Handling of timezone names with `-` was broken. + ## 3.0.3 ### Added diff --git a/mix.exs b/mix.exs index cf0402be..61d35f24 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Timex.Mixfile do def project do [ app: :timex, - version: "3.0.4", + version: "3.0.5", elixir: "~> 1.3", description: description(), package: package(),