diff --git a/CHANGELOG.md b/CHANGELOG.md index f286acc..276acdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.2](https://github.com/beam-community/ua_parser/compare/v1.9.1...v1.9.2) (2024-12-30) + + +### Miscellaneous Chores + +* release 1.9.2 ([8cc2d02](https://github.com/beam-community/ua_parser/commit/8cc2d022940480cf3985feda81a2d6b9fff67974)) + ## [1.9.1](https://github.com/beam-community/ua_parser/compare/v1.9.0...v1.9.1) (2024-12-21) diff --git a/mix.exs b/mix.exs index e686bb1..b9d026c 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.2", elixir: "~> 1.13", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod,