Skip to content

Commit

Permalink
chore: update CHANGELOG and tag for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisvalentiner committed Aug 29, 2022
1 parent 06432ca commit d73169b
Showing 1 changed file with 16 additions and 19 deletions.
35 changes: 16 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,46 +2,43 @@
## [Unreleased]


<a name="v0.1.0"></a>
## [v0.1.0] - 2022-08-29
### Docs
- how to configure credentials using env vars

### Fix
- interfaceToColumnValue failed for column 'moonset'

### Refactor
- use a common method for all Weather data set requests

### Pull Requests
- Merge pull request [#21](https://github.com/ellisvalentiner/steampipe-plugin-weatherkit/issues/21) from ellisvalentiner/docs/configuration-using-env-vars
- Merge pull request [#19](https://github.com/ellisvalentiner/steampipe-plugin-weatherkit/issues/19) from ellisvalentiner/refactor/common-method-for-weather-requests
- Merge pull request [#18](https://github.com/ellisvalentiner/steampipe-plugin-weatherkit/issues/18) from ellisvalentiner/fix/interfaceToColumnValue-failed
<a name="v0.0.1"></a>
## [v0.0.1] - 0001-01-01

<a name="v0.1.0"></a>
## v0.1.0 - 2022-08-29
### Chore
- update CHANGELOG

<a name="v0.0.0"></a>
## v0.0.0 - 2022-08-29
### Docs
- how to configure credentials using env vars
- add CHANGELOG.md

### Feat
- add support for setting config using env vars [#14](https://github.com/ellisvalentiner/steampipe-plugin-weatherkit/issues/14)
- add support for using a pre-generated JWT for authorization

### Fix
- interfaceToColumnValue failed for column 'moonset'
- missing config panics too soon [#15](https://github.com/ellisvalentiner/steampipe-plugin-weatherkit/issues/15)
- more helpful error handling for invalid credentials
- empty control flow branch
- **docs:** reformat queries [#16](https://github.com/ellisvalentiner/steampipe-plugin-weatherkit/issues/16)
- **docs:** token missing docs/index.md [#13](https://github.com/ellisvalentiner/steampipe-plugin-weatherkit/issues/13)
- **docs:** update slack channel link [#12](https://github.com/ellisvalentiner/steampipe-plugin-weatherkit/issues/12)

### Refactor
- use a common method for all Weather data set requests

### Pull Requests
- Merge pull request [#21](https://github.com/ellisvalentiner/steampipe-plugin-weatherkit/issues/21) from ellisvalentiner/docs/configuration-using-env-vars
- Merge pull request [#19](https://github.com/ellisvalentiner/steampipe-plugin-weatherkit/issues/19) from ellisvalentiner/refactor/common-method-for-weather-requests
- Merge pull request [#18](https://github.com/ellisvalentiner/steampipe-plugin-weatherkit/issues/18) from ellisvalentiner/fix/interfaceToColumnValue-failed
- Merge pull request [#17](https://github.com/ellisvalentiner/steampipe-plugin-weatherkit/issues/17) from ellisvalentiner/release/v0.1.0
- Merge pull request [#9](https://github.com/ellisvalentiner/steampipe-plugin-weatherkit/issues/9) from ellisvalentiner/fix/improve-bad-creds-messaging
- Merge pull request [#8](https://github.com/ellisvalentiner/steampipe-plugin-weatherkit/issues/8) from ellisvalentiner/feat/add-pregenerated-jwt-support
- Merge pull request [#7](https://github.com/ellisvalentiner/steampipe-plugin-weatherkit/issues/7) from ellisvalentiner/dependabot/go_modules/github.com/turbot/steampipe-plugin-sdk/v3-3.3.2


[Unreleased]: https://github.com/ellisvalentiner/steampipe-plugin-weatherkit/compare/v0.1.0...HEAD
[v0.1.0]: https://github.com/ellisvalentiner/steampipe-plugin-weatherkit/compare/v0.0.0...v0.1.0
[Unreleased]: https://github.com/ellisvalentiner/steampipe-plugin-weatherkit/compare/v0.0.1...HEAD
[v0.0.1]: https://github.com/ellisvalentiner/steampipe-plugin-weatherkit/compare/v0.1.0...v0.0.1

0 comments on commit d73169b

Please sign in to comment.