Skip to content

Commit

Permalink
Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slashdotdash committed Jan 18, 2024
1 parent bf0463c commit e2252b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Next release
## 1.4.0

### Enhancements

Expand Down
2 changes: 1 addition & 1 deletion guides/Getting Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You should already have [Ecto](https://github.com/elixir-ecto/ecto) installed an
```elixir
def deps do
[
{:commanded_ecto_projections, "~> 1.3"}
{:commanded_ecto_projections, "~> 1.4"}
]
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 Commanded.Projections.Ecto.Mixfile do
use Mix.Project

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

def project do
[
Expand Down

0 comments on commit e2252b8

Please sign in to comment.