Skip to content

Commit

Permalink
Release version 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
germsvel committed Mar 5, 2021
1 parent eaa4b9b commit 9f92dec
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ complete changelog, see the git history for each version via the version links.

[hex package page]: https://hex.pm/packages/ex_machina

## [2.7.0]

[2.7.0]: https://github.com/thoughtbot/ex_machina/compare/v2.6.0...v2.7.0

### Added

- Allow setting sequence starting point (#414)

[#414]: https://github.com/thoughtbot/ex_machina/pull/414

## [2.6.0]

[2.6.0]: https://github.com/thoughtbot/ex_machina/compare/v2.5.0...v2.6.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In `mix.exs`, add the ExMachina dependency:
def deps do
# Get the latest from hex.pm. Works with Ecto 3.0
[
{:ex_machina, "~> 2.6.0"},
{:ex_machina, "~> 2.7.0"},
]
end
```
Expand All @@ -43,7 +43,7 @@ In `mix.exs`, add the ExMachina dependency:
```elixir
def deps do
[
{:ex_machina, "~> 2.6.0", only: :test},
{:ex_machina, "~> 2.7.0", only: :test},
]
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 ExMachina.Mixfile do
use Mix.Project

@project_url "https://github.com/thoughtbot/ex_machina"
@version "2.6.0"
@version "2.7.0"

def project() do
[
Expand Down

0 comments on commit 9f92dec

Please sign in to comment.