Skip to content
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 782 Bytes

CHANGELOG.md

File metadata and controls

24 lines (19 loc) · 782 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v0.2.0 - 2021-10-30

Added

  • BREAKING: Added InstanceProps.amiId property.
  • Added the ability to specify a custom AMI ID on the Instance stack.

Removed

  • BREAKING: Removed unneeded InstanceProps.account property.

v0.1.0 - 2021-10-10

Added

  • Added the Instance construct.
  • Added tests for the Instance construct.
  • Added a license.
  • Added a changelog.
  • Added a code of conduct.
  • Added contributing guidelines.
  • Added a pull request template.
  • Added issue templates.