Skip to content

Commit 21927b9

Browse files
committed
Added release notes for v2
1 parent f3e4d45 commit 21927b9

File tree

2 files changed

+10
-33
lines changed

2 files changed

+10
-33
lines changed

RELEASE_NOTES.md

+7-30
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,10 @@
1-
## v1.0.0-alpha.1 (2024-05-15)
2-
3-
> Description
4-
5-
### Upgrade Steps
6-
7-
- [ACTION REQUIRED]
8-
-
1+
## v2.0.0-alpha.1
92

103
### Breaking Changes
114

12-
-
13-
-
14-
15-
### New Features
16-
17-
-
18-
-
19-
20-
### Bug Fixes
21-
22-
-
23-
-
24-
25-
### Performance Improvements
26-
27-
-
28-
-
29-
30-
### Other Changes
31-
32-
-
33-
-
5+
- Refactored Resql Queries [#483](https://github.com/buerokratt/Buerokratt-Chatbot/issues/483)
6+
- Added Pagination [#607](https://github.com/buerokratt/Buerokratt-Chatbot/issues/607)
7+
- Added Software Versioning [#561](https://github.com/buerokratt/Buerokratt-Chatbot/issues/561)
8+
- Removed bugs and vulnerabilites [#5](https://github.com/buerokratt/Test-Driven-Development/issues/5)
9+
- Serve static content on ngnix [#612](https://github.com/buerokratt/Buerokratt-Chatbot/issues/612)
10+
- Fixed [Bugs](https://github.com/orgs/buerokratt/projects/47/views/37?filterQuery=label%3A%22v2.0%22+label%3Abug+repo%3A%22buerokratt%2FBuerokratt-Chatbot%22)

release.env

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
BRANCH=test
2-
MAJOR=1
2+
MAJOR=2
33
MINOR=0
44
PATCH=0
55
TYPE=alpha
66
TYPE_VERSION=1
77

88
BRANCH=stage
9-
MAJOR=1
9+
MAJOR=2
1010
MINOR=0
1111
PATCH=0
1212
TYPE=rc
1313
TYPE_VERSION=1
1414

1515
BRANCH=main
16-
MAJOR=1
16+
MAJOR=2
1717
MINOR=0
1818
PATCH=0

0 commit comments

Comments
 (0)