Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
chore: tag 1.11.1 (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncloudioj authored Apr 5, 2023
1 parent 4150e34 commit 2bdf407
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 2bdf407

Please sign in to comment.