diff --git a/CHANGELOG.md b/CHANGELOG.md index 530fd1d1..9a058890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ + +## 1.2.0 (2021-08-10) + + +#### Chore + +* cleanup bucket creation (#245) ([2a7bc7bb](https://github.com/mozilla-services/contile/commit/2a7bc7bb073636a8c3e5eca31bb983f5a3ba010a), closes [#245](https://github.com/mozilla-services/contile/issues/245)) + +#### Features + +* reduce redundant adM requests (#250) ([9e98c998](https://github.com/mozilla-services/contile/commit/9e98c998ec03dbf53e7fa5bce24905358cd8ef9d), closes [#248](https://github.com/mozilla-services/contile/issues/248)) +* Add `adm_has_legacy_image` setting to filter ## 1.1.1 (2021-08-05) diff --git a/Cargo.lock b/Cargo.lock index 4fe0ac64..52fc7936 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -612,7 +612,7 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" [[package]] name = "contile" -version = "1.1.1" +version = "1.2.0" dependencies = [ "actix-cors", "actix-http", diff --git a/Cargo.toml b/Cargo.toml index e1f05cf6..72e6ad5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "contile" -version = "1.1.1" +version = "1.2.0" authors = [ "Philip Jenvey ", "jrconlin ",