Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit 302c7e9

Browse files
author
Michel Davit
committed
Update version
1 parent d11eaca commit 302c7e9

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.3.0 (2019-04-12)
6+
57
Use status group dimension on responses and duration
68
Change response metric names for more consistency
79

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The following implementations are supported:
1818
| ------- | ------------ | ----------------- | ------------------- |
1919
| `0.2.0` | 2018-12-28 | `10.1.6` | `2.11.12`, `2.12.8` |
2020
| `0.2.1` | 2019-03-23 | `10.1.8` | `2.11.12`, `2.12.8` |
21+
| `0.3.0` | 2019-04-12 | `10.1.8` | `2.11.12`, `2.12.8` |
2122

2223
The complete list can be found in the [CHANGELOG](CHANGELOG.md) file.
2324

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ val repo = "akka-http-metrics"
44

55
lazy val commonSettings = Seq(
66
organization := "fr.davit",
7-
version := "0.3.0-SNAPSHOT",
7+
version := "0.3.0",
88
crossScalaVersions := Seq("2.11.12", "2.12.8"),
99
scalaVersion := (ThisBuild / crossScalaVersions).value.last,
1010
Compile / compile / scalacOptions ++= Settings.scalacOptions(scalaVersion.value),

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sbt._
33
object Dependencies {
44

55
object Versions {
6-
val akka = "2.5.21"
6+
val akka = "2.5.22"
77
val akkaHttp = "10.1.8"
88
val datadog = "2.7"
99
val dropwizard = "5.0.0"

0 commit comments

Comments
 (0)