diff --git a/CHANGELOG.md b/CHANGELOG.md index 412a12b..69e94f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +## [0.4.1] - 2024-05-05 + +No longer refuse to start when run when `Mix.env() == :dev` + ## [0.4.0] - 2024-04-06 Fix compilation warnings diff --git a/mix.exs b/mix.exs index ffaba42..ce8e611 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule ExSync.Mixfile do use Mix.Project @source_url "https://github.com/falood/exsync" - @version "0.4.0" + @version "0.4.1" def project do [