Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernheisel committed Jun 14, 2021
1 parent 73116ed commit 5671081
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,9 @@
parsed as 12:xx:xx (24hr) timestamps when they should have been 00:xx:xx
(24hr) timestamps.

- Lock Timex to >= 3.2.1 and <= 3.7.2 to avoid timezone conversion issues when
using `to_utc: true`. Looks like there are some breaking changes (for us)

## 1.1.1

- Adjust tokenizer to prefer month/day before of day/month when those are the
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -140,7 +140,7 @@ Add `date_time_parser` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:date_time_parser, "~> 1.1.1"}
{:date_time_parser, "~> 1.1.2"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,6 +1,6 @@
defmodule DateTimeParser.MixProject do
use Mix.Project
@version "1.1.1"
@version "1.1.2"

def project do
[
Expand Down

0 comments on commit 5671081

Please sign in to comment.