diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index afdaa62..d9246dd 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.3" + ".": "1.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 540e478..e8f01f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.10.0](https://github.com/beam-community/ua_parser/compare/v1.9.3...v1.10.0) (2025-12-09) + + +### Features + +* Use persistent_term to store patterns in memory ([#130](https://github.com/beam-community/ua_parser/issues/130)) ([c254b18](https://github.com/beam-community/ua_parser/commit/c254b18ea7e0a2af3f706f0be81f309d0c10ccb2)) + + +### Bug Fixes + +* Manifest version and config ([e038b1c](https://github.com/beam-community/ua_parser/commit/e038b1c86f8a6d6dcdbe2966841278693d0a6cdf)) + ## [1.9.3](https://github.com/beam-community/ua_parser/compare/v1.9.2...v1.9.3) (2025-06-10) diff --git a/mix.exs b/mix.exs index d81062a..1a22e77 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule UAParser.Mixfile do def project do [ app: :ua_parser, - version: "1.9.3", + version: "1.10.0", elixir: "~> 1.13", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod,