Skip to content

Commit 6b87025

Browse files
committed
Bump version
1 parent d06887a commit 6b87025

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.5.2] - 2021-03-30
9+
10+
### Changed
11+
12+
- Updated the value validation for certain parameters to match the API
13+
- Added the `renewables` type
14+
815
## [1.5.1] - 2021-03-02
916

1017
### Fixed

lib/patch_ruby/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
=end
1212

1313
module Patch
14-
VERSION = '1.5.1'
14+
VERSION = '1.5.2'
1515
end

0 commit comments

Comments
 (0)