diff --git a/CHANGELOG.md b/CHANGELOG.md index 55ce24ea..74d5460f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v3.2.1-dev + +- Enhancements + - Default upstream database version is now `6.1.1` + ## v3.2.0 (2023-03-04) - Enhancements diff --git a/lib/ua_inspector/config.ex b/lib/ua_inspector/config.ex index dcc2f18d..65b314ce 100644 --- a/lib/ua_inspector/config.ex +++ b/lib/ua_inspector/config.ex @@ -1,5 +1,5 @@ defmodule UAInspector.Config do - @remote_release "6.1.0" + @remote_release "6.1.1" @moduledoc """ Module to simplify access to configuration values with default values. diff --git a/verify/lib/ua_inspector_verify/fixtures/generic.ex b/verify/lib/ua_inspector_verify/fixtures/generic.ex index 4763c341..9729c6a5 100644 --- a/verify/lib/ua_inspector_verify/fixtures/generic.ex +++ b/verify/lib/ua_inspector_verify/fixtures/generic.ex @@ -60,6 +60,7 @@ defmodule UAInspectorVerify.Fixtures.Generic do "smartphone-32.yml", "smartphone-33.yml", "smartphone-34.yml", + "smartphone-35.yml", "tablet.yml", "tablet-1.yml", "tablet-2.yml", @@ -78,9 +79,7 @@ defmodule UAInspectorVerify.Fixtures.Generic do ] @fixtures_release %{ - "master" => [ - "smartphone-35.yml" - ] + "master" => [] } def download do