diff --git a/CHANGELOG.md b/CHANGELOG.md index 40fc8f5..7d994a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [1.1.0](https://www.github.com/jef/audit-org-keys/compare/v1.0.0...v1.1.0) (2020-07-10) + + +### Features + +* add key type column with stats ([#13](https://www.github.com/jef/audit-org-keys/issues/13)) ([edbb58d](https://www.github.com/jef/audit-org-keys/commit/edbb58d70ae0e921d25a4c44320e1b560a861feb)) +* add strong/weak key report ([#14](https://www.github.com/jef/audit-org-keys/issues/14)) ([18dba61](https://www.github.com/jef/audit-org-keys/commit/18dba61fe0a34b26fb169ea94b5864059a9de38d)) +* **ci:** publish `latest` and `nightly` docker images ([#12](https://www.github.com/jef/audit-org-keys/issues/12)) ([72050ed](https://www.github.com/jef/audit-org-keys/commit/72050ed825bef2c97b941b6b2e6b05b09dfea62a)) +* add dependabot preview ([ba6e0bd](https://www.github.com/jef/audit-org-keys/commit/ba6e0bd4572247090e624ddf2c6a34604dd9ad6c)) +* add zap, config, reports; remove `Makefile` ([#9](https://www.github.com/jef/audit-org-keys/issues/9)) ([957a8e9](https://www.github.com/jef/audit-org-keys/commit/957a8e9a4b98ab8d42eb72f455067ebd5063f773)) + + +### Bug Fixes + +* **ci:** misused `GITHUB_TOKEN` ([85f506a](https://www.github.com/jef/audit-org-keys/commit/85f506ab0e4399f73481dc1420819b75e447ec04)) +* **ci:** move `id` to proper place ([c78674a](https://www.github.com/jef/audit-org-keys/commit/c78674ad224d6ed7e2fa595a7dc8e59da35d8db1)) +* atomic incrementer for consistent state ([56d217f](https://www.github.com/jef/audit-org-keys/commit/56d217fbc4fc5b59478ad6851d73a8372ea4a3b2)) +* **docker:** problem with environments and image ([#3](https://www.github.com/jef/audit-org-keys/issues/3)) ([021a001](https://www.github.com/jef/audit-org-keys/commit/021a001b726e0b4bca89623e28579492d45e3eac)) + + +### Performance Improvements + +* **http:** asynchronous retrieval of user keys ([#8](https://www.github.com/jef/audit-org-keys/issues/8)) ([4b8ef13](https://www.github.com/jef/audit-org-keys/commit/4b8ef136944d8e0c4ec294680a3b626404ef9642)) + ## 1.0.0 (2020-06-26) diff --git a/version.txt b/version.txt index 3eefcb9..9084fa2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0 +1.1.0