Skip to content

Commit

Permalink
chore(main): release 1.9.1 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeambot authored Dec 22, 2024
1 parent 29ee417 commit 7c69aa1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.9.1](https://github.com/beam-community/ua_parser/compare/v1.9.0...v1.9.1) (2024-12-21)


### Bug Fixes

* 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))

## [1.9.0](https://github.com/beam-community/ua_parser/compare/v1.8.0...v1.9.0) (2024-06-25)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule UAParser.Mixfile do
def project do
[
app: :ua_parser,
version: "1.9.0",
version: "1.9.1",
elixir: "~> 1.13",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 7c69aa1

Please sign in to comment.