From 7c69aa143acdaaf886a9d668956af2ed388a882e Mon Sep 17 00:00:00 2001 From: The BEAM Bot <157067248+thebeambot@users.noreply.github.com> Date: Sat, 21 Dec 2024 21:41:40 -0500 Subject: [PATCH] chore(main): release 1.9.1 (#94) --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e16eed..f286acc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.1](https://github.com/beam-community/ua_parser/compare/v1.9.0...v1.9.1) (2024-12-21) + + +### Bug Fixes + +* resolve warning in Elixir 1.18 ([#93](https://github.com/beam-community/ua_parser/issues/93)) ([d674d47](https://github.com/beam-community/ua_parser/commit/d674d47dccd7f4b0c306c7a379cd8aece2ddf345)) + ## [1.9.0](https://github.com/beam-community/ua_parser/compare/v1.8.0...v1.9.0) (2024-06-25) diff --git a/mix.exs b/mix.exs index ba4445e..e686bb1 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule UAParser.Mixfile do def project do [ app: :ua_parser, - version: "1.9.0", + version: "1.9.1", elixir: "~> 1.13", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod,