Skip to content

Commit 02fc1f6

Browse files
committed
chore(release): 1.0.0-alpha.34
# [1.0.0-alpha.34](v1.0.0-alpha.33...v1.0.0-alpha.34) (2023-12-04) ### Features * **pace-69:** setup plugin system and add openai gpt4 based data policy generator ([#91](#91)) ([46c8baf](46c8baf))
1 parent 46c8baf commit 02fc1f6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.0.0-alpha.34](https://github.com/getstrm/pace/compare/v1.0.0-alpha.33...v1.0.0-alpha.34) (2023-12-04)
2+
3+
4+
### Features
5+
6+
* **pace-69:** setup plugin system and add openai gpt4 based data policy generator ([#91](https://github.com/getstrm/pace/issues/91)) ([46c8baf](https://github.com/getstrm/pace/commit/46c8baf63adfa7cd3b7264eb447e6b6d5f4f0d24))
7+
18
# [1.0.0-alpha.33](https://github.com/getstrm/pace/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2023-11-29)
29

310

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 1.0.0-alpha.33
1+
version = 1.0.0-alpha.34
22
kotlinVersion=1.9.20
33
postgresPort=5432
44
schema=pace

protos/buf.gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins:
44
- plugin: buf.build/community/google-gnostic-openapi:v0.7.0
55
out: .
66
opt:
7-
- version=1.0.0-alpha.33
7+
- version=1.0.0-alpha.34
88
- title=PACE API
99
- enum_type=string
1010
- plugin: buf.build/community/chrusty-jsonschema:v1.4.1

0 commit comments

Comments
 (0)