From f0a7af1c9fbef5fd76a334470b9a8a162a7ee0ed Mon Sep 17 00:00:00 2001 From: Zoran Pesic Date: Sat, 21 May 2022 23:46:15 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 4 ++++ lib/fitbit_api/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80f79d4..bd95e04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.12.1 +------ +- Some docs improvements + 0.12.0 ------ - Expand endpont support for foods (searching foods, creating custom foods, updating/deleting logs). diff --git a/lib/fitbit_api/version.rb b/lib/fitbit_api/version.rb index a225239..ecbf909 100644 --- a/lib/fitbit_api/version.rb +++ b/lib/fitbit_api/version.rb @@ -1,3 +1,3 @@ module FitbitAPI - VERSION = '0.12.0' + VERSION = '0.12.1' end