Skip to content

Commit 1807c0e

Browse files
chore(main): release 1.2.0 (#21)
1 parent 06095c9 commit 1807c0e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.3"
2+
".": "1.2.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/stordco/logger_json/compare/v1.1.3...v1.2.0) (2024-10-16)
4+
5+
6+
### Features
7+
8+
* Support response body/headers logging on errors ([#20](https://github.com/stordco/logger_json/issues/20)) ([06095c9](https://github.com/stordco/logger_json/commit/06095c90c0c44a83557cfbb6276cd6a74b7ee45c))
9+
310
## [1.1.3](https://github.com/stordco/logger_json/compare/v1.1.2...v1.1.3) (2024-02-07)
411

512

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule LoggerJSON.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/stordco/logger_json"
5-
@version "1.1.3"
5+
@version "1.2.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)