Skip to content

Commit

Permalink
chore(main): release 1.0.4 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
stord-engineering-account authored Oct 4, 2023
1 parent dbc00a9 commit d80ded1
Show file tree
Hide file tree
Showing 3 changed files with 14 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.0.3"
".": "1.0.4"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.0.4](https://github.com/stordco/logger_json/compare/v1.0.3...v1.0.4) (2023-10-04)


### Bug Fixes

* Scrub cloud signature ([#10](https://github.com/stordco/logger_json/issues/10)) ([dbc00a9](https://github.com/stordco/logger_json/commit/dbc00a92111f95f0c8069eb00f15d3c97e40860b))


### Miscellaneous

* Sync files with stordco/common-config-elixir ([#7](https://github.com/stordco/logger_json/issues/7)) ([684b592](https://github.com/stordco/logger_json/commit/684b592f189f4ac75cf70c5874a20b36b27037a0))

## [1.0.3](https://github.com/stordco/logger_json/compare/v1.0.2...v1.0.3) (2023-08-08)


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.0.3"
@version "1.0.4"

def project do
[
Expand Down

0 comments on commit d80ded1

Please sign in to comment.