Skip to content

Commit

Permalink
build 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oehrlis committed Aug 30, 2023
1 parent 399a230 commit 9ab54f5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

## [1.2.0] - 2023-08-30

### Added

- add delete TDE script *dsenc_tde.sql*
- add a force TDE setup script *isenc_tde_force.sql* which explicitly discard
lost master key handles.
- add a force TDE setup script *isenc_tde_pdbiso_force.sql* which explicitly
discard lost master key handles.
- add a force TDE setup script *isenc_tde_pdbuni_force.sql* which explicitly
discard lost master key handles.

### Changed

- remove prompt *csenc_master.sql*
- simplify commands and remove one db *startup force* in *csenc_swkeystore.sql*
- simplify commands and remove one db *startup force* in *isenc_tde.sql*
- simplify commands and remove one db *startup force* in *isenc_tde_pdbiso.sql*
- move legacy scripts back to *sql* folder

## [1.1.1] - 2023-08-30

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.1
v1.2.0

0 comments on commit 9ab54f5

Please sign in to comment.