1# Changelog
2
3All notable changes to CloudQuery will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8## [v0.16.0] - 2021-11-19
9
10### :rocket: Added
11* Added support for [Terraform Drift detection](https://www.cloudquery.io/blog/announcing-cloudquery-terraform-drift-detection).
12* Allow regex patterns for drift configuration (both local files and s3 bucket + keys  [#281](https://github.com/cloudquery/cloudquery/issues/281)
13* Run provider upgrades before fetch [#283](https://github.com/cloudquery/cloudquery/pull/283)
14* Support running policies from configuration [#269](https://github.com/cloudquery/cloudquery/pull/269)
15* Added a changelog :rocket:
16
17### :spider: Fixed
18* Fixed Confusing Error when config.hcl doesn't exist [#277](https://github.com/cloudquery/cloudquery/issues/277)
19
20## [0.15.11] - 2021-11-18
21
22Base version at which changelog was introduced.
23
24