Skip to content

Commit 8bcbb16

Browse files
committed
Prepping for 1.4.1 release
1 parent e4343d0 commit 8bcbb16

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies in `mix.exs`:
5454
```elixir
5555
def deps do
5656
[
57-
{:prom_ex, "~> 1.4.0"}
57+
{:prom_ex, "~> 1.4.1"}
5858
]
5959
end
6060
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)