Skip to content

Commit d1da09b

Browse files
committed
Bump to version 0.11.3
1 parent 5c2c1ba commit d1da09b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.11.3
4+
5+
- Added new fields to telemetry measurements, `request_body_bytes` and `response_body_bytes`, for logging the size of the request and response
6+
37
## 0.11.2
48

59
- Added new `Snap.Indexes` utility functions to get and set mappings, settings and more (thanks @warmwaffles)

mix.exs

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

44
@github_url "https://github.com/breakroom/snap"
5-
@version "0.11.2"
5+
@version "0.11.3"
66

77
def project do
88
[

0 commit comments

Comments
 (0)