Skip to content

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrocumulus committed Apr 25, 2020
1 parent 1f10bf8 commit 7f69519
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Unreleased
## [0.7.1] - 2020-04-25

### Added

- Added SearchService.SearchByPostCodeOrSize, a method to search for both parameters at the same time [#31](https://github.com/pyrocumulus/pvoutput.net/pull/31)
- Added SystemService.PostSystem, enabling the modification of a system's name and/or extended value [#32](https://github.com/pyrocumulus/pvoutput.net/pull/32)
- Fixed Some services manually UrlEncoded string values resulting in double encoding / value corruption [#33](https://github.com/pyrocumulus/pvoutput.net/issues/33)

### Fixed

- Fixed a bug with some services manually UrlEncoding string values, which resulted in double encoding / possible value corruption [#33](https://github.com/pyrocumulus/pvoutput.net/issues/33)

## [0.7.0] - 2020-04-08

Expand Down
2 changes: 1 addition & 1 deletion src/PVOutput.Net/PVOutput.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Authors>Marcel Boersma</Authors>
<Version>0.7.0</Version>
<Version>0.7.1</Version>
<Copyright></Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://pyrocumulus.github.io/pvoutput.net/</PackageProjectUrl>
Expand Down

0 comments on commit 7f69519

Please sign in to comment.