Skip to content

Commit

Permalink
Add information about SOC 2 compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
exAspArk committed Sep 3, 2024
1 parent 5ed4d97 commit 9df5233
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Bemi automatically tracks database changes ensuring 100% reliability and a compr
- [Highlights](#highlights)
- [Use cases](#use-cases)
- [System dependencies](#system-dependencies)
- [Quickstart](#quickstart)
- [Quickstart for local development](#quickstart-for-local-development)
- [Running with Docker](#running-with-docker)
- [Running with Devbox](#running-with-devbox)
- [Running natively](#running-natively)
Expand Down Expand Up @@ -71,7 +71,7 @@ And of course, you need a PostgreSQL database that you want to connect to to tra
ALTER SYSTEM SET wal_level = logical;
```

## Quickstart
## Quickstart for local development

### Running with Docker

Expand Down
1 change: 1 addition & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ keywords: ['Bemi Changelog', 'Bemi New Features', 'Postgres Audit Trails', 'Chan
## 2024-08

* Platform
* Become SOC 2 certified, see [bemi.io/security](https://bemi.io/security) for more details
* Store values from `DECIMAL`, `NUMERIC`, `MONEY` columns as `DOUBLE`
* [Bemi Core](https://github.com/BemiHQ/bemi)
* Allow running it locally with a docker image
Expand Down

0 comments on commit 9df5233

Please sign in to comment.