Skip to content

Commit

Permalink
Available on hex and bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-mag committed Mar 31, 2022
1 parent d9c779b commit 8d71905
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.1.1 [2022-03-31]

Available on hex.pm.
Minor documentation update.

## v0.1.0 [2022-03-31]

Available on GitHub.
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# PlugCollect

[![Hex Version](https://img.shields.io/hexpm/v/plug_collect)](https://hex.pm/packages/plug_collect)
[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen)](https://hexdocs.pm/plug_collect)

Basic instrumentation library to intercept and collect Plug pipeline connection parameters for
further reporting, monitoring or analysis with user provided function.

Expand All @@ -14,7 +17,7 @@ Add `plug_collect` to your application dependencies list in `mix.exs`:
#mix.exs
def deps do
[
{:plug_collect, github: "recruitee/plug_collect", branch: "master"}
{:plug_collect, "~> 0.1.1"}
]
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 PlugCollect.MixProject do
use Mix.Project

@source_url "https://github.com/Recruitee/plug_collect"
@version "0.1.0"
@version "0.1.1"

def project do
[
Expand Down

0 comments on commit 8d71905

Please sign in to comment.