From bf90203beb32e3396b74de243904ab0f83011221 Mon Sep 17 00:00:00 2001 From: Camilo Payan Date: Mon, 23 Aug 2021 17:22:42 -0400 Subject: [PATCH] 1.2.0 --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- lib/standard/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23eeb82a..8df2f4a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.2.0 * Update rubocop from 1.18.4 to [1.19.1](https://github.com/rubocop-hq/rubocop/releases/tag/v1.19.1) * Update rubocop-performance from 1.11.4 to [1.11.5](https://github.com/rubocop-hq/rubocop-performance/releases/tag/v1.11.5) diff --git a/Gemfile.lock b/Gemfile.lock index 013919df..042a16b2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard (1.1.7) + standard (1.2.0) rubocop (= 1.19.1) rubocop-performance (= 1.11.5) diff --git a/lib/standard/version.rb b/lib/standard/version.rb index 8b8a60b9..fbbcdaf7 100644 --- a/lib/standard/version.rb +++ b/lib/standard/version.rb @@ -1,3 +1,3 @@ module Standard - VERSION = Gem::Version.new("1.1.7") + VERSION = Gem::Version.new("1.2.0") end