Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eahanson committed Jun 14, 2024
1 parent 9fa1d35 commit 409e8a6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## Unreleased

## 1.3.0

- require Elixir 1.15 or greater
- test against the latest version of Erlang and Elixir

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This library is tested against the most recent 3 versions of Elixir and Erlang.
```elixir
def deps do
[
{:ecto_date_time_range, "~> 0.2"}
{:ecto_date_time_range, "~> 1.3"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule EctoDateTimeRange.MixProject do
use Mix.Project

@scm_url "https://github.com/synchronal/ecto_date_time_range"
@version "1.2.2"
@version "1.3.0"

def application,
do: [
Expand Down

0 comments on commit 409e8a6

Please sign in to comment.