Skip to content
This repository has been archived by the owner on May 14, 2018. It is now read-only.

Commit

Permalink
Release version 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
c-rack committed Nov 20, 2016
1 parent 0c2f274 commit 48f336f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,6 +4,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.8.1] - 2016-11-20
### Changed
- Clarity on the table to not use full name of day ([Coburn Berry](https://github.com/crododile))
- Travis testing against erlang 19.1 and elixir 1.3.3 ([Julius Beckmann](https://github.com/h4cc))
- Don't allow "local" timezone. Replace Timex w. Calendar ([Lau Taarnskov](https://github.com/lau))

### Fixed
- Global cannot be used directly ([Po Chen](https://github.com/princemaple))
- Support for timezones other than utc or local not in readme ([Coburn Berry](https://github.com/crododile))
- Timezone as string not working in config ([Daniel Roux](https://github.com/xrx))

### Removed
- Timex references in readme ([Coburn Berry](https://github.com/crododile))
- License badge in README

## [1.8.0] - 2016-09-19
### Changed
- Requires Elixir >= 1.3
Expand Down Expand Up @@ -220,7 +235,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Initial commit


[unreleased]: https://github.com/c-rack/quantum-elixir/compare/v1.7.1...HEAD
[unreleased]: https://github.com/c-rack/quantum-elixir/compare/v1.8.1...HEAD
[1.8.1]: https://github.com/c-rack/quantum-elixir/compare/v1.8.0...v1.8.1
[1.8.0]: https://github.com/c-rack/quantum-elixir/compare/v1.7.1...v1.8.0
[1.7.1]: https://github.com/c-rack/quantum-elixir/compare/v1.7.0...v1.7.1
[1.7.0]: https://github.com/c-rack/quantum-elixir/compare/v1.6.1...v1.7.0
[1.6.1]: https://github.com/c-rack/quantum-elixir/compare/v1.6.0...v1.6.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -31,7 +31,7 @@ To use Quantum in your project, edit the `mix.exs` file and add Quantum to both
**1. the list of dependencies:**
```elixir
defp deps do
[{:quantum, ">= 1.8.0"}]
[{:quantum, ">= 1.8.1"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule Quantum.Mixfile do
use Mix.Project

@version "1.8.0"
@version "1.8.1"

def project do
[
Expand Down

0 comments on commit 48f336f

Please sign in to comment.