diff --git a/CHANGELOG.md b/CHANGELOG.md index c8931f46b5b7836ce3f59b732881b75200c00847..c638e35178c738bcc2c8b266790ea1013bda7184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.5 + +* Update AppSignal gauge for every minute the probe runs + ## 0.3.4 * gemspec and tests: Removed rails 4.2 and 5.0, remove ruby 2.3 and 2.4, added ruby 2.6, allow appsignal 2.10 diff --git a/lib/roqua-support/version.rb b/lib/roqua-support/version.rb index 84bf5aab4951ab2f85c0b93b29d1c0a70a4034c7..6b94b415aa0d7dd16db8767c7b27cd9ddcc15664 100644 --- a/lib/roqua-support/version.rb +++ b/lib/roqua-support/version.rb @@ -1,5 +1,5 @@ module Roqua module Support - VERSION = '0.3.4'.freeze + VERSION = '0.3.5'.freeze end end