Skip to content

Commit

Permalink
Prepare for 1.0.16 release (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvp authored Apr 1, 2024
1 parent 41b6e77 commit 2111abc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
CHANGELOG
=========

## 1.0.16

### Improvements

- Support the `depends_on` option
- Emit warnings when encountering non-supported lifecycle hooks `create_before_destroy` and `replace_triggered_by`

### Bug Fixes

- Convert expressions inside `jsonencode` calls without rewriting object keys to camelCase

## 1.0.15

### Improvements
Expand Down
3 changes: 0 additions & 3 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
### Improvements

- Support the `depends_on` option
- Emit warnings when encountering non-supported lifecycle hooks `create_before_destroy` and `replace_triggered_by`

### Bug Fixes
- Convert expressions inside `jsonencode` calls without rewriting object keys to camelCase

0 comments on commit 2111abc

Please sign in to comment.