Skip to content

Commit 349ab04

Browse files
committed
v1.1.0
1 parent 8d26e3f commit 349ab04

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## v1.1.0
4+
5+
* Bump `phoenix_live_dashboard` to `>= 0.8.5`.
6+
* Report timestamps with `Intl.RelativeTimeFormat` in frontend.
7+
38
## v1.0.0
49

510
* Basic dashboard

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Obanalyze.MixProject do
22
use Mix.Project
33

4-
@version "1.0.0"
4+
@version "1.1.0"
55
@source_url "https://github.com/egze/obanalyze"
66

77
def project do

0 commit comments

Comments
 (0)