From 5a70074d8282b2f013cd2615c7a6ad1e83000e64 Mon Sep 17 00:00:00 2001 From: Andrew Plummer Date: Thu, 2 May 2024 13:30:07 +0100 Subject: [PATCH] 1.1.1 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eabd2ce..bdd493c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,14 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [1.1.1](https://github.com/isotoma/ec2-bastion-cdk/compare/1.1.0...1.1.1) + +- Also set server host public key [`#9`](https://github.com/isotoma/ec2-bastion-cdk/pull/9) + #### [1.1.0](https://github.com/isotoma/ec2-bastion-cdk/compare/1.0.3...1.1.0) +> 2 May 2024 + - Allow setting server host keys [`#8`](https://github.com/isotoma/ec2-bastion-cdk/pull/8) #### [1.0.3](https://github.com/isotoma/ec2-bastion-cdk/compare/1.0.2...1.0.3) diff --git a/package-lock.json b/package-lock.json index 1532acf..8539d69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ec2-bastion-cdk", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ec2-bastion-cdk", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.11", diff --git a/package.json b/package.json index 2e3909d..d54f1e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ec2-bastion-cdk", - "version": "1.1.0", + "version": "1.1.1", "description": "", "license": "MIT", "author": {