diff --git a/CHANGELOG.md b/CHANGELOG.md index 728a60b6..af48b9d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +## 1.11.3 (2023-05-04) + + +#### Chore + +* chore: disable sentry's debug-images feature (#545) ([eae0214](https://github.com/mozilla-services/contile/commit/eae0214c236014c91a5a6a5c2bcd29637c75399a)) + + ## 1.11.2 (2023-05-03) diff --git a/Cargo.lock b/Cargo.lock index 8b7d6fe7..be799fd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -521,7 +521,7 @@ checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b" [[package]] name = "contile" -version = "1.11.2" +version = "1.11.3" dependencies = [ "actix-cors", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index e33f64a3..679fc03f 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.2" +version = "1.11.3" authors = [ "Philip Jenvey ", "jrconlin ", diff --git a/test-engineering/contract-tests/volumes/client/scenarios.yml b/test-engineering/contract-tests/volumes/client/scenarios.yml index ef5ffbd7..8af9d177 100644 --- a/test-engineering/contract-tests/volumes/client/scenarios.yml +++ b/test-engineering/contract-tests/volumes/client/scenarios.yml @@ -535,7 +535,7 @@ scenarios: - name: accept value: '*/*' - name: user-agent - value: 'contile/1.11.2' + value: 'contile/1.11.3' - 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 f31f7371..3c3aa35e 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.2' + value: 'contile/1.11.3' - name: host value: 'partner:5000' path: '/tilesp/desktop' @@ -201,7 +201,7 @@ scenarios: - name: accept value: '*/*' - name: user-agent - value: 'contile/1.11.2' + value: 'contile/1.11.3' - name: host value: 'partner:5000' path: '/tilesp/desktop' @@ -235,7 +235,7 @@ scenarios: - name: accept value: '*/*' - name: user-agent - value: 'contile/1.11.2' + value: 'contile/1.11.3' - name: host value: 'partner:5000' path: '/tilesp/desktop'