Skip to content

Commit

Permalink
Release v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Jul 12, 2020
1 parent e40a787 commit b646f88
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

## v0.15.0-dev
## v0.15.0 (2020-07-12)

- Enhancements
- Protocol for `%r` is now logged as reported by `Plug.Conn.get_http_protocol/1`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To use the plug in your projects, edit your mix.exs file and add the project as
defp deps do
[
# ...
{:plug_accesslog, "~> 0.14.0"},
{:plug_accesslog, "~> 0.15.0"},
# ...
]
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Plug.AccessLog.MixProject do
[
app: :plug_accesslog,
name: "Plug.AccessLog",
version: "0.15.0-dev",
version: "0.15.0",
elixir: "~> 1.7",
deps: deps(),
description: "Plug for writing access logs",
Expand Down

0 comments on commit b646f88

Please sign in to comment.