diff --git a/CHANGELOG.md b/CHANGELOG.md index d5fcdcb3..d1d91950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +<a name="1.11.1"></a> +## 1.11.1 (2023-04-05) + + +#### Features + +* feat: Add country-code to metric tags for ad fill instrumentation (#526) ([4150e34](https://github.com/mozilla-services/contile/commit/4150e34f61c6a5d87148164bea00217f41ced3f1)) + + +#### Chore + +* chore: update dependencies for cargo audit (#525) ([f4e92ad](https://github.com/mozilla-services/contile/commit/f4e92adebbf2b15960651ae1ca219d859abbbcec)) + + <a name="1.11.0"></a> ## 1.11.0 (2023-03-01) diff --git a/Cargo.lock b/Cargo.lock index 76991a84..5585aa20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -521,7 +521,7 @@ checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b" [[package]] name = "contile" -version = "1.11.0" +version = "1.11.1" dependencies = [ "actix-cors", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index ecc7c63a..b753c2a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "contile" # be sure to update # test-engineering/contract-tests/volumes/client/scenarios.yml # test-engineering/contract-tests/volumes/client/scenarios_tiles_cache.yml -version = "1.11.0" +version = "1.11.1" authors = [ "Philip Jenvey <pjenvey@underboss.org>", "jrconlin <jr+git@mozilla.com>", diff --git a/test-engineering/contract-tests/volumes/client/scenarios.yml b/test-engineering/contract-tests/volumes/client/scenarios.yml index 79bc5a69..a11d6781 100644 --- a/test-engineering/contract-tests/volumes/client/scenarios.yml +++ b/test-engineering/contract-tests/volumes/client/scenarios.yml @@ -498,7 +498,7 @@ scenarios: - name: accept value: '*/*' - name: user-agent - value: 'contile/1.11.0' + value: 'contile/1.11.1' - name: host value: 'partner:5000' path: '/tilesp/desktop' diff --git a/test-engineering/contract-tests/volumes/client/scenarios_tiles_cache.yml b/test-engineering/contract-tests/volumes/client/scenarios_tiles_cache.yml index 63e928f8..7bce1ce5 100644 --- a/test-engineering/contract-tests/volumes/client/scenarios_tiles_cache.yml +++ b/test-engineering/contract-tests/volumes/client/scenarios_tiles_cache.yml @@ -88,7 +88,7 @@ scenarios: - name: accept value: '*/*' - name: user-agent - value: 'contile/1.11.0' + value: 'contile/1.11.1' - name: host value: 'partner:5000' path: '/tilesp/desktop' @@ -201,7 +201,7 @@ scenarios: - name: accept value: '*/*' - name: user-agent - value: 'contile/1.11.0' + value: 'contile/1.11.1' - name: host value: 'partner:5000' path: '/tilesp/desktop' @@ -235,7 +235,7 @@ scenarios: - name: accept value: '*/*' - name: user-agent - value: 'contile/1.11.0' + value: 'contile/1.11.1' - name: host value: 'partner:5000' path: '/tilesp/desktop'