From 734c9a32bf8cc759add40f27f02689fa81f6b4c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Feb 2022 15:00:58 +0000 Subject: [PATCH] chore(main): release 0.6.3 --- CHANGELOG.md | 7 +++++++ lib/openbeautyfacts/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c994b5..d4d8646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ * Fix Locales +### [0.6.3](https://github.com/openfoodfacts/openbeautyfacts-ruby/compare/v0.6.2...v0.6.3) (2022-02-13) + + +### Bug Fixes + +* release ([3f46d9d](https://github.com/openfoodfacts/openbeautyfacts-ruby/commit/3f46d9d0a07980f7822a01c25e53948498308088)) + ### [0.6.2](https://github.com/openfoodfacts/openbeautyfacts-ruby/compare/v0.6.1...v0.6.2) (2022-02-13) diff --git a/lib/openbeautyfacts/version.rb b/lib/openbeautyfacts/version.rb index bde8747..388415b 100644 --- a/lib/openbeautyfacts/version.rb +++ b/lib/openbeautyfacts/version.rb @@ -1,3 +1,3 @@ module Openbeautyfacts - VERSION = "0.6.2" + VERSION = "0.6.3" end