Skip to content

Commit 82771c9

Browse files
committed
update changelog
1 parent f984c86 commit 82771c9

File tree

3 files changed

+39
-32
lines changed

3 files changed

+39
-32
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## v1.1.1 - 2023-12-05
9+
10+
### Changed
11+
12+
- cds-service: always log update contents for traceability and improved logging for redis read and update errors.
13+
- docs: add getting started section (fixes #43).
14+
815
## v1.1.0 - 2023-12-01
916

1017
⚠️ User action required! This release will be more disruptive than usual. We re-thought that main `require` API and

package-lock.json

+31-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cap-js-community/feature-toggle-library",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "SAP BTP feature toggle library enables Node.js applications using the SAP Cloud Application Programming Model to maintain live-updatable feature toggles via Redis.",
55
"main": "src/index.js",
66
"files": [

0 commit comments

Comments
 (0)