diff --git a/.circleci/config.yml b/.circleci/config.yml index f086746c..8615e8fd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,13 +3,13 @@ version: 2 references: repo_cache_key: &repo_cache_key - v1-jackdaw-{{ .Branch }}-{{ .Revision }} + v1-jackdaw-repo-{{ .Branch }}-{{ .Revision }} repo_cache_backup_1: &repo_cache_backup_1 - v1-jackdaw-{{ .Branch }} + v1-jackdaw-repo-{{ .Branch }} repo_cache_backup_2: &repo_cache_backup_2 - v1-jackdaw + v1-jackdaw-repo restore_repo: &restore_repo restore_cache: @@ -72,7 +72,7 @@ jobs: - *restore_repo - checkout - save_cache: - key: v1-jackdaw-{{ .Branch }}-{{ .Revision }} + key: v1-jackdaw-repo-{{ .Branch }}-{{ .Revision }} paths: - . checkout_tags: @@ -96,7 +96,7 @@ jobs: git fetch --force origin "refs/tags/${CIRCLE_TAG}:refs/tags/${CIRCLE_TAG}" - checkout - save_cache: - key: v1-jackdaw-{{ .Branch }}-{{ .Revision }} + key: v1-jackdaw-repo-{{ .Branch }}-{{ .Revision }} paths: - . deps: diff --git a/CHANGELOG.md b/CHANGELOG.md index 227906b3..71af0e8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Unreleased -## [0.7.9] - [2021-04-13] +## [0.7.10] - [2021-04-14] * Bump netty related packages to latest version (related to changes in `0.7.8` which fixes CVEs). ## [0.7.8] - [2021-03-01]