Skip to content

Commit e2252b8

Browse files
committed
Release v1.4.0
1 parent bf0463c commit e2252b8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Next release
3+
## 1.4.0
44

55
### Enhancements
66

guides/Getting Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ You should already have [Ecto](https://github.com/elixir-ecto/ecto) installed an
77
```elixir
88
def deps do
99
[
10-
{:commanded_ecto_projections, "~> 1.3"}
10+
{:commanded_ecto_projections, "~> 1.4"}
1111
]
1212
end
1313
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Commanded.Projections.Ecto.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/commanded/commanded-ecto-projections"
5-
@version "1.3.0"
5+
@version "1.4.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)