Skip to content

Commit

Permalink
Changed version naming fromTP to Alpha 1
Browse files Browse the repository at this point in the history
  • Loading branch information
nastena1606 committed Mar 22, 2024
1 parent 451869f commit 2899760
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
cd documentation
mike deploy main -p
mike set-default main -p
mike retitle main "Tech preview" -p
mike retitle main "Alpha1" -p
# - name: Install Node.js 14.x
Expand Down
4 changes: 2 additions & 2 deletions documentation/docs/release-notes/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pg_tde release notes

## Technical preview (2024-03-28)
## Alpha 1 (2024-03-28)

`pg_tde` extension brings in [Transparent Data Encryption (TDE)](tde.md) to PostgreSQL and enables you to keep sensitive data safe and secure.

Expand Down Expand Up @@ -37,7 +37,7 @@ The technical preview of the extension introduces the following key features:

## MVP (2023-12-12)

The Mininum Vial Product (MVP) version introduces the following functionality:
The Minimum Viable Product (MVP) version introduces the following functionality:

* Encryption of heap tables, including TOAST
* Encryption keys are stored either in Hashicorp Vault server or in local keyring file (for development)
Expand Down

0 comments on commit 2899760

Please sign in to comment.