Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Prepare release v0.4.0 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
scflode authored Oct 16, 2020
1 parent 1148ecd commit 048572d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Unreleased
## 0.4.0

This release covers message publishing for a single organization.

- `ADD` Forms have cancel buttons
- `CNG` Deployments are update to use the new default branch `main`
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule DealogBackoffice.MixProject do
def project do
[
app: :dealog_backoffice,
version: "0.4.0-dev",
version: "0.4.0",
elixir: "~> 1.7",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
Expand Down

0 comments on commit 048572d

Please sign in to comment.