Skip to content

Commit 047cacd

Browse files
committed
bump
1 parent 2ea7571 commit 047cacd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.8.0] - 2021-02-15
8+
### changed
9+
- bump devenv
10+
711
## [1.7.0] - 2021-02-14
812
### changed
913
- moved gitpod and devenv to a sep module

file-devenv.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
module "devenv" {
33
source = "container-labs/devenv-repo/github"
4-
version = "~> 0.1"
4+
version = "~> 0.2"
55
repository = var.repository
66
workspace_image = "nodejs"
77
}

0 commit comments

Comments
 (0)