Skip to content

Commit 7cda064

Browse files
chore(main): release 0.1.1
1 parent be4a686 commit 7cda064

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/openCoreEMR/oce-module-sinch-conversations/compare/0.1.0...0.1.1) (2026-01-08)
4+
5+
6+
### Features
7+
8+
* add MVC controllers for messaging UI ([4e7142e](https://github.com/openCoreEMR/oce-module-sinch-conversations/commit/4e7142e5c756e79e30b93419105e3a97dd4ae21b))
9+
* add public entry points and Twig templates ([94dde74](https://github.com/openCoreEMR/oce-module-sinch-conversations/commit/94dde746b469ff9b1a40dc8a8b4870de017e7630))
10+
* **config:** configure sinch in globals ([d271870](https://github.com/openCoreEMR/oce-module-sinch-conversations/commit/d2718701a7051009fcaf30961543f01bd731da66))
11+
* implement Sinch API client and core services ([752ba28](https://github.com/openCoreEMR/oce-module-sinch-conversations/commit/752ba28dada00d2224ca4f894fb1173ff465c4c8))
12+
* initial Sinch Conversations module structure ([bed55cd](https://github.com/openCoreEMR/oce-module-sinch-conversations/commit/bed55cd7e9bd894ad97f8053e27e4a431405ded1))
13+
* sync templates and oauth to sinch ([fdbb0c9](https://github.com/openCoreEMR/oce-module-sinch-conversations/commit/fdbb0c948f6e24ef62326483f9ab76573a2da146))
14+
* update Bootstrap and GlobalConfig for Sinch Conversations ([41c1aa5](https://github.com/openCoreEMR/oce-module-sinch-conversations/commit/41c1aa54140f280ba040d6ac52cedaaa9431b44f))
15+
16+
17+
### Documentation
18+
19+
* **agents:** teach agents local dev ([13ea3e2](https://github.com/openCoreEMR/oce-module-sinch-conversations/commit/13ea3e2e74a51b21ab0358c69eb5471dddc68157))
20+
21+
22+
### Dependencies
23+
24+
* update squizlabs/php_codesniffer requirement from ^3.0 to ^4.0 ([#3](https://github.com/openCoreEMR/oce-module-sinch-conversations/issues/3)) ([be4a686](https://github.com/openCoreEMR/oce-module-sinch-conversations/commit/be4a6868b042e3390be1730a85a4c196347a9a12))
25+
326
## 0.1.0 (Unreleased)
427

528
Initial release of the OpenCoreEMR Sinch Conversations Module.

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// Default version when not in a git repository
1414
// This is automatically updated by release-please
15-
const DEFAULT_VERSION = '0.1.0'; // x-release-please-version
15+
const DEFAULT_VERSION = '0.1.1'; // x-release-please-version
1616

1717
// Calculate and unpack version information into global variables that OpenEMR expects
1818
[$v_major, $v_minor, $v_patch, $v_tag, $v_database] = (function (

0 commit comments

Comments
 (0)