From ed52facc280f1d7bf0aa09f13e4bf5151a0c18ea Mon Sep 17 00:00:00 2001 From: The BEAM Bot <157067248+thebeambot@users.noreply.github.com> Date: Mon, 24 Jun 2024 20:40:06 -0400 Subject: [PATCH] chore(main): release 1.9.0 (#69) --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 25 +++++++++++++++++++++++++ mix.exs | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 099626f..4fcfdf7 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.8.0" + ".": "1.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7e16eed --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +## [1.9.0](https://github.com/beam-community/ua_parser/compare/v1.8.0...v1.9.0) (2024-06-25) + + +### Features + +* Add common config script ([#63](https://github.com/beam-community/ua_parser/issues/63)) ([0d23e82](https://github.com/beam-community/ua_parser/commit/0d23e82ecb346c7d6af8f4f2fc15291b10e85876)) +* Update pattern file ([2b9e308](https://github.com/beam-community/ua_parser/commit/2b9e30866eca052641f205c904743f31d971dae9)) + + +### Bug Fixes + +* Update common-config action names ([850a6fb](https://github.com/beam-community/ua_parser/commit/850a6fb6319f36b2e4a01ccf030738cc7d68110e)) + + +### Miscellaneous + +* Add .tool-versions file ([527f09b](https://github.com/beam-community/ua_parser/commit/527f09b1b6cef8f314efc2c51a68056f4360f55e)) +* Add release manifest ([a6114d2](https://github.com/beam-community/ua_parser/commit/a6114d24d0f90610f5771130de93e421d53d5ef6)) +* Run formatter ([6f065f0](https://github.com/beam-community/ua_parser/commit/6f065f03145b5dbdd0d414d034f24a0f29ab2d26)) +* Sync files with beam-community/common-config ([#67](https://github.com/beam-community/ua_parser/issues/67)) ([866471e](https://github.com/beam-community/ua_parser/commit/866471ede1312e94510a7a12ad2c7299922877e4)) +* Sync files with beam-community/common-config ([#72](https://github.com/beam-community/ua_parser/issues/72)) ([3efa6f5](https://github.com/beam-community/ua_parser/commit/3efa6f5aa57930b518a18202378b601c9adf7c92)) +* Sync files with beam-community/common-config ([#75](https://github.com/beam-community/ua_parser/issues/75)) ([8f55e1c](https://github.com/beam-community/ua_parser/commit/8f55e1c7f10d210eb9d3d701173b2476d8b1da45)) +* Update README badge ([#70](https://github.com/beam-community/ua_parser/issues/70)) ([4fbd079](https://github.com/beam-community/ua_parser/commit/4fbd079f28d30cec0ed1755cefdedb8f553b27c0)) diff --git a/mix.exs b/mix.exs index e686bb1..ba4445e 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule UAParser.Mixfile do def project do [ app: :ua_parser, - version: "1.9.1", + version: "1.9.0", elixir: "~> 1.13", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod,