Adds a CHANGELOG

This commit is contained in:
Nemo 2020-03-09 16:25:08 +05:30
parent cb39eb1df2
commit 41b328cf97
2 changed files with 46 additions and 0 deletions

42
CHANGELOG.md Normal file
View File

@ -0,0 +1,42 @@
# Changelog
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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.1.2][1.1.2] - 2020-03-209
### Added
- Added a new IP Address for Looker Germany
## [1.1.1][1.1.1] - 2019-11-20
### Added
- Adds outputs for `all_ips` and `all_cidrs`
[unreleased]: https://github.com/captn3m0/terraform-data-looker-ips/compare/1.1.2...HEAD
[1.1.2]: https://github.com/captn3m0/terraform-data-looker-ips/compare/1.1.2...1.1.1
[1.1.1]: https://github.com/captn3m0/terraform-data-looker-ips/compare/1.1.1...1.1.0
## [1.1.0][1.1.0] - 2019-10-25
### Added
- Adds support for CIDRs for various regions.
## [1.0.0][1.0.0] - 2019-10-25
## Added
- Initial Release
[unreleased]: https://github.com/captn3m0/terraform-data-looker-ips/compare/1.1.2...HEAD
[1.1.2]: https://github.com/captn3m0/terraform-data-looker-ips/compare/1.1.2...1.1.1
[1.1.1]: https://github.com/captn3m0/terraform-data-looker-ips/compare/1.1.1...1.1.0
[1.1.0]: https://github.com/captn3m0/terraform-data-looker-ips/compare/1.1.0...1.0.0
[1.0.0]: https://github.com/captn3m0/terraform-data-looker-ips/releases/tag/1.0.0

View File

@ -47,6 +47,10 @@ All output variables are lists. The output names are based on 2 letter
| `all_ips` | Looker IP addresses everywhere |
| `all_cidr` | Looker IP addresses everywhere in CIDR |
# Changelog
See [CHANGELOG.md](CHANGELOG.md)
# LICENSE
Licensed under MIT. See [nemo.mit-license.org](https://nemo.mit-license.org) for complete text.