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(),