Skip to content

Commit 12f1a73

Browse files
committed
Update CHANGELOG
1 parent 22ab7f6 commit 12f1a73

File tree

1 file changed

+51
-3
lines changed

1 file changed

+51
-3
lines changed

CHANGELOG.md

Lines changed: 51 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# Change Log
22

3+
## [v0.2.0](https://github.com/2ndWatch/cloudendure-python/tree/v0.2.0) (2020-03-24)
4+
[Full Changelog](https://github.com/2ndWatch/cloudendure-python/compare/v0.1.10...v0.2.0)
5+
6+
**Implemented enhancements:**
7+
8+
- Converted project from using pipenv to poetry [\#98](https://github.com/2ndWatch/cloudendure-python/pull/98) ([selpan](https://github.com/selpan))
9+
10+
**Merged pull requests:**
11+
12+
- Bump bleach from 3.1.1 to 3.1.2 [\#101](https://github.com/2ndWatch/cloudendure-python/pull/101) ([dependabot[bot]](https://github.com/apps/dependabot))
13+
14+
## [v0.1.10](https://github.com/2ndWatch/cloudendure-python/tree/v0.1.10) (2020-03-24)
15+
[Full Changelog](https://github.com/2ndWatch/cloudendure-python/compare/v0.1.9...v0.1.10)
16+
17+
**Implemented enhancements:**
18+
19+
- Update API explorer to use Bravado [\#64](https://github.com/2ndWatch/cloudendure-python/issues/64)
20+
21+
**Fixed bugs:**
22+
23+
- Missing depedency [\#99](https://github.com/2ndWatch/cloudendure-python/issues/99)
24+
- Adjust setup.py to conform to pipfile [\#100](https://github.com/2ndWatch/cloudendure-python/pull/100) ([mbeacom](https://github.com/mbeacom))
25+
26+
## [v0.1.9](https://github.com/2ndWatch/cloudendure-python/tree/v0.1.9) (2020-03-20)
27+
[Full Changelog](https://github.com/2ndWatch/cloudendure-python/compare/v0.1.8...v0.1.9)
28+
29+
**Fixed bugs:**
30+
31+
- YAML module missing after pipenv install [\#94](https://github.com/2ndWatch/cloudendure-python/issues/94)
32+
- Added pyyaml package to Pipfile [\#95](https://github.com/2ndWatch/cloudendure-python/pull/95) ([selpan](https://github.com/selpan))
33+
34+
**Closed issues:**
35+
36+
- Migrate environment management from pipenv to poetry [\#96](https://github.com/2ndWatch/cloudendure-python/issues/96)
37+
38+
## [v0.1.8](https://github.com/2ndWatch/cloudendure-python/tree/v0.1.8) (2019-11-26)
39+
[Full Changelog](https://github.com/2ndWatch/cloudendure-python/compare/v0.1.7...v0.1.8)
40+
41+
**Implemented enhancements:**
42+
43+
- Update CE to handle instance type updates [\#93](https://github.com/2ndWatch/cloudendure-python/pull/93) ([mbeacom](https://github.com/mbeacom))
44+
345
## [v0.1.7](https://github.com/2ndWatch/cloudendure-python/tree/v0.1.7) (2019-11-21)
446
[Full Changelog](https://github.com/2ndWatch/cloudendure-python/compare/v0.1.6...v0.1.7)
547

@@ -21,10 +63,16 @@
2163
[Full Changelog](https://github.com/2ndWatch/cloudendure-python/compare/v0.1.4...v0.1.5)
2264

2365
## [v0.1.4](https://github.com/2ndWatch/cloudendure-python/tree/v0.1.4) (2019-10-22)
24-
[Full Changelog](https://github.com/2ndWatch/cloudendure-python/compare/v0.1.3...v0.1.4)
66+
[Full Changelog](https://github.com/2ndWatch/cloudendure-python/compare/0.1.4...v0.1.4)
67+
68+
## [0.1.4](https://github.com/2ndWatch/cloudendure-python/tree/0.1.4) (2019-10-22)
69+
[Full Changelog](https://github.com/2ndWatch/cloudendure-python/compare/v0.1.3...0.1.4)
2570

2671
## [v0.1.3](https://github.com/2ndWatch/cloudendure-python/tree/v0.1.3) (2019-10-22)
27-
[Full Changelog](https://github.com/2ndWatch/cloudendure-python/compare/v0.1.2...v0.1.3)
72+
[Full Changelog](https://github.com/2ndWatch/cloudendure-python/compare/0.1.3...v0.1.3)
73+
74+
## [0.1.3](https://github.com/2ndWatch/cloudendure-python/tree/0.1.3) (2019-10-22)
75+
[Full Changelog](https://github.com/2ndWatch/cloudendure-python/compare/v0.1.2...0.1.3)
2876

2977
**Implemented enhancements:**
3078

@@ -226,4 +274,4 @@
226274
## [v0.0.1](https://github.com/2ndWatch/cloudendure-python/tree/v0.0.1) (2019-05-30)
227275

228276

229-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
277+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)