Skip to content

Commit 0d53dbb

Browse files
committed
Bump version to 0.1.3
1 parent be8425f commit 0d53dbb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
<!-- ## Unreleased -->
9+
10+
## [0.1.3](https://github.com/unioslo/mreg-api/releases/tag/0.1.3) - 2026-03-23
911

1012
### Added
1113

1214
- Event log functionality to MREG API client, including event recording and retrieval, with the ability for consumers to subscribe to events.
15+
- Accessed via `MregClient.events`, which is an instance of `mreg_api.events.EventLog`.
16+
- Event log max size can be controlled via the `event_log_size` parameter to `MregClient` (default: 100). Passing in `None` means unlimited size.
1317

1418
### Removed
1519

0 commit comments

Comments
 (0)