File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.4.1] - 2021-09-06
11+
12+ ### Added
13+
14+ - Added a configuration to the dashboard assigns so that the default time interval can be specified
15+ by the user as opposed to being hard coded to 30s.
16+
17+ ### Fixed
18+
19+ - Fixed Plug.Router plugin to handle requests without conn.private.plug_route info
20+
1021## [ 1.4.0] - 2021-09-01
1122
1223### Changed
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ dependencies in `mix.exs`:
5454``` elixir
5555def deps do
5656 [
57- {:prom_ex , " ~> 1.4.0 " }
57+ {:prom_ex , " ~> 1.4.1 " }
5858 ]
5959end
6060```
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule PromEx.MixProject do
44 def project do
55 [
66 app: :prom_ex ,
7- version: "1.4.0 " ,
7+ version: "1.4.1 " ,
88 elixir: "~> 1.10" ,
99 name: "PromEx" ,
1010 source_url: "https://github.com/akoutmos/prom_ex" ,
You can’t perform that action at this time.
0 commit comments