Skip to content

Commit 4d8b25b

Browse files
chore(release): 1.1.0
# [1.1.0](v1.0.3...v1.1.0) (2025-02-27) ### Bug Fixes * changesets create index andf fks only for postgres ([7c116f5](7c116f5)) * configurable default access role component added ([89ac961](89ac961)) ### Features * added started and started_ad columns to meeting ([7ce7597](7ce7597)) * ZO-191 - UUID and PIN should be different for each meeting ([6cdc316](6cdc316))
1 parent 6cdc316 commit 4d8b25b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
# [1.1.0](https://github.com/nordeck/ovc-backend/compare/v1.0.3...v1.1.0) (2025-02-27)
4+
5+
6+
### Bug Fixes
7+
8+
* changesets create index andf fks only for postgres ([7c116f5](https://github.com/nordeck/ovc-backend/commit/7c116f583d9266b33049daa7bc95a55f38142890))
9+
* configurable default access role component added ([89ac961](https://github.com/nordeck/ovc-backend/commit/89ac961a79cbf4ed3b2127bf98aa82dd966f91ba))
10+
11+
12+
### Features
13+
14+
* added started and started_ad columns to meeting ([7ce7597](https://github.com/nordeck/ovc-backend/commit/7ce7597202b7264ce56da87e0e48d3d5653024ed))
15+
* ZO-191 - UUID and PIN should be different for each meeting ([6cdc316](https://github.com/nordeck/ovc-backend/commit/6cdc3166abdbb78f9a8cc31a8df655217210193b))
16+
317
## [1.0.3](https://github.com/nordeck/ovc-backend/compare/v1.0.2...v1.0.3) (2025-02-25)
418

519

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.nordeck</groupId>
55
<artifactId>ovc-backend</artifactId>
6-
<version>1.0.3</version>
6+
<version>1.1.0</version>
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>

0 commit comments

Comments
 (0)