Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
keathley committed Jan 7, 2020
1 parent 75fbce4 commit 048d2d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.4.1 (January 7, 2019)

* [ed59837](https://github.com/keathley/vapor/commit/ed59837f19ba7117b7b325722dc09d0ed919074e) Improve README - Chris Keathley
* [c918494](https://github.com/keathley/vapor/commit/c91849491d72bf41f4bb62b23460d0b27c28f9c6) Don't overwrite env with dotenv provider - Chris Keathley
* [ec55d8c](https://github.com/keathley/vapor/commit/ec55d8c9610e2eafa55277d2f330828cdeba45ca) Allow optional overwriting in dotenv provider - Chris Keathley
* [75fbce4](https://github.com/keathley/vapor/commit/75fbce4cc53eccae6027dfd5e9e2a5570b6108c2) Merge branch 'dont-overwrite-environment-with-dotenv' - Chris Keathley

## 0.4 (January 3, 2019)

* [6a0ec97](https://github.com/keathley/vapor/commit/6a0ec9796b75859b93def7fae65efa753633f2b6) Make Vapor just about loading configuration.
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 Vapor.Mixfile do
def project do
[
app: :vapor,
version: "0.4.0",
version: "0.4.1",
elixir: "~> 1.5",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 048d2d4

Please sign in to comment.