We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06887a commit 6b87025Copy full SHA for 6b87025
CHANGELOG.md
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
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
15
## [1.5.1] - 2021-03-02
16
17
### Fixed
lib/patch_ruby/version.rb
@@ -11,5 +11,5 @@
=end
module Patch
- VERSION = '1.5.1'
+ VERSION = '1.5.2'
end
0 commit comments