From c1299fba72c6eb4fa57ca0ca393baf4ba2431190 Mon Sep 17 00:00:00 2001 From: The BEAM Bot <157067248+thebeambot@users.noreply.github.com> Date: Thu, 30 Apr 2026 22:04:21 -0400 Subject: [PATCH] chore(main): release 1.10.1 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index d9246dd..211ac9a 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.0" + ".": "1.10.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e8f01f6..89ad4b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.1](https://github.com/beam-community/ua_parser/compare/v1.10.0...v1.10.1) (2026-05-01) + + +### Bug Fixes + +* **ci:** Update common-config workflow to use beam-community/actions-sync ([#147](https://github.com/beam-community/ua_parser/issues/147)) ([3370a8d](https://github.com/beam-community/ua_parser/commit/3370a8d59320d62a46bcfe9dca589754c73794af)) + ## [1.10.0](https://github.com/beam-community/ua_parser/compare/v1.9.3...v1.10.0) (2025-12-09) diff --git a/mix.exs b/mix.exs index 1a22e77..7fa572c 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule UAParser.Mixfile do def project do [ app: :ua_parser, - version: "1.10.0", + version: "1.10.1", elixir: "~> 1.13", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod,