Skip to content

Commit

Permalink
Version 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Aug 10, 2016
1 parent cecd601 commit 51937da
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,16 @@
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.6

### Added

- Added parsing for ISO-8601 durations to the Duration API

### Fixed

- #206 - Bug in shifting DateTimes

## 3.0.5

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -3,7 +3,7 @@ defmodule Timex.Mixfile do

def project do
[ app: :timex,
version: "3.0.5",
version: "3.0.6",
elixir: "~> 1.3",
description: description(),
package: package(),
Expand Down

0 comments on commit 51937da

Please sign in to comment.