Skip to content

Commit 7c69aa1

Browse files
authored
chore(main): release 1.9.1 (#94)
1 parent 29ee417 commit 7c69aa1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.9.1](https://github.com/beam-community/ua_parser/compare/v1.9.0...v1.9.1) (2024-12-21)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [1.9.0](https://github.com/beam-community/ua_parser/compare/v1.8.0...v1.9.0) (2024-06-25)
411

512

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule UAParser.Mixfile do
66
def project do
77
[
88
app: :ua_parser,
9-
version: "1.9.0",
9+
version: "1.9.1",
1010
elixir: "~> 1.13",
1111
build_embedded: Mix.env() == :prod,
1212
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)