From 04bcb6f5efab5c9eb15cd9bc23485637dc13a149 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Tue, 22 Dec 2020 10:55:13 -0500 Subject: [PATCH] Prepare to release 0.2.15 (#120) --- CHANGELOG.md | 3 +++ lib/codecov/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d97dbdb..e06db2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### `0.2.15` +- #118 Include codecov/version in the gem + ### `0.2.14` - #107 Add EditorConfig file - #113 Return version constant, don't duplicate version value diff --git a/lib/codecov/version.rb b/lib/codecov/version.rb index 6cc0cf4..84aa384 100644 --- a/lib/codecov/version.rb +++ b/lib/codecov/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Codecov - VERSION = '0.2.14' + VERSION = '0.2.15' end