Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
stord-engineering-account authored Oct 16, 2024
1 parent 06095c9 commit 1807c0e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.3"
".": "1.2.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.0](https://github.com/stordco/logger_json/compare/v1.1.3...v1.2.0) (2024-10-16)


### Features

* 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))

## [1.1.3](https://github.com/stordco/logger_json/compare/v1.1.2...v1.1.3) (2024-02-07)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule LoggerJSON.Mixfile do
use Mix.Project

@source_url "https://github.com/stordco/logger_json"
@version "1.1.3"
@version "1.2.0"

def project do
[
Expand Down

0 comments on commit 1807c0e

Please sign in to comment.