From b339d1944e1661bd1353aaa90461f32cad4b119d Mon Sep 17 00:00:00 2001 From: Marc Neudert Date: Tue, 11 Jun 2024 15:35:16 +0200 Subject: [PATCH] Release v3.10.0 --- CHANGELOG.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58c05c00..2be9cd00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v3.10.0-dev +## v3.10.0 (2024-06-11) - Bug fixes - Fix parsing if the fourth part of the user agent engine version (split by `.`) starts with `0[0-9]` ([#35](https://github.com/elixir-inspector/ua_inspector/issues/35)) diff --git a/mix.exs b/mix.exs index ef091b8b..50df06bf 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule UAInspector.MixProject do @url_changelog "https://hexdocs.pm/ua_inspector/changelog.html" @url_github "https://github.com/elixir-inspector/ua_inspector" - @version "3.10.0-dev" + @version "3.10.0" def project do [