Skip to content

Commit

Permalink
chore(main): release 1.9.2 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeambot authored Dec 30, 2024
1 parent 8cc2d02 commit edc094c
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.2](https://github.com/beam-community/ua_parser/compare/v1.9.1...v1.9.2) (2024-12-30)


### Miscellaneous Chores

* release 1.9.2 ([8cc2d02](https://github.com/beam-community/ua_parser/commit/8cc2d022940480cf3985feda81a2d6b9fff67974))

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


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.1",
version: "1.9.2",
elixir: "~> 1.13",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit edc094c

Please sign in to comment.