diff --git a/.changeset/beige-keys-visit.md b/.changeset/beige-keys-visit.md deleted file mode 100644 index e36b053..0000000 --- a/.changeset/beige-keys-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"turbo-remote-cache-rs": patch ---- - -Fix docker images diff --git a/CHANGELOG.md b/CHANGELOG.md index a35a30a..0669795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # turbo-remote-cache-rs +## 0.3.2 + +### Patch Changes + +- 0d3194a: Fix docker images + ## 0.3.1 ### Patch Changes diff --git a/Cargo.lock b/Cargo.lock index f581bf5..c1ae8e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1964,7 +1964,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "turbo-remote-cache-rs" -version = "0.3.1" +version = "0.3.2" dependencies = [ "actix-cors", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 4aa6670..f0a2779 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "turbo-remote-cache-rs" -version = "0.3.1" +version = "0.3.2" edition = "2021" license = "MIT" publish = true diff --git a/package.json b/package.json index 6d884e9..89f7c77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "turbo-remote-cache-rs", - "version": "0.3.1", + "version": "0.3.2", "repository": { "type": "git", "url": "https://github.com/salamaashoush/turbo-remote-cache-rs"