Skip to content

Commit d91c1be

Browse files
committed
chore(release): 0.8.0
1 parent 25e720e commit d91c1be

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.8.0](https://github.com/Noovolari/leapp/compare/v0.7.4...v0.8.0) (2021-11-26)
6+
7+
8+
### Bug Fixes
9+
10+
* added await statement in front of AwsSsoIntegrationService login saveSecret ([67bdc18](https://github.com/Noovolari/leapp/commit/67bdc185d7e63cd14ac17ac06a8d2e21b5af33be))
11+
* added backslashes for windows path in updater service ([63ec0e5](https://github.com/Noovolari/leapp/commit/63ec0e555f97945af5ca6696012cc7ef722077ac))
12+
* added check for creating .Leapp .aws directories if missing ([25e720e](https://github.com/Noovolari/leapp/commit/25e720e3fc4eb4e329cbc604e7fa19ebd8fd7ba5))
13+
* added provisionsessions test ([a8fb706](https://github.com/Noovolari/leapp/commit/a8fb70653e415af30c7fe05b877d0ab0a7040923))
14+
* fixed aws sso integration service test ([1bfc8da](https://github.com/Noovolari/leapp/commit/1bfc8da98663551c2995e0ba33d40205fe57eb1e))
15+
* fixed log path ([3c09da8](https://github.com/Noovolari/leapp/commit/3c09da8d4a91c979f49be275b0ea57dda49dac29))
16+
* sso role sessions maintain their region and profiles on sync ([40f023a](https://github.com/Noovolari/leapp/commit/40f023adb950070fe4c52ff4d53a7c272467cc84))
17+
518
### [0.7.4](https://github.com/Noovolari/leapp/compare/v0.7.3...v0.7.4) (2021-11-15)
619

720
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Leapp",
3-
"version": "0.7.4",
3+
"version": "0.8.0",
44
"author": {
55
"name": "besharp",
66
"email": "info@besharp.it"

0 commit comments

Comments
 (0)