Skip to content

Commit a044cd6

Browse files
committed
Bump to 0.12.1
1 parent 81c4163 commit a044cd6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.12.1
4+
5+
- Support parsing the extra fields in suggest options that come back from a completion query
6+
7+
## 0.12.0
8+
9+
- Relax Finch dependency to 0.17, which is the lowest version that emit pool metrics
10+
311
## 0.11.3
412

513
- Added new fields to telemetry measurements, `request_body_bytes` and `response_body_bytes`, for logging the size of the request and response

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.12.0"
5+
@version "0.12.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)