diff --git a/CHANGELOG.md b/CHANGELOG.md index 7960eb66..afc1c7fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.1.7] - 2023-10-19 + +- Clean up files after uploading to GCS (#99) + ## [0.1.6] - 2023-10-18 - Allow passing custom block to determine profile file name prefix (#94) diff --git a/Gemfile.lock b/Gemfile.lock index 128bb2be..dd095c5f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - app_profiler (0.1.6) + app_profiler (0.1.7) activesupport (>= 5.2) rack stackprof (~> 0.2) diff --git a/lib/app_profiler/version.rb b/lib/app_profiler/version.rb index 1e4b5e4b..bd99e973 100644 --- a/lib/app_profiler/version.rb +++ b/lib/app_profiler/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module AppProfiler - VERSION = "0.1.6" + VERSION = "0.1.7" end