Skip to content

Commit ead80a5

Browse files
authored
chore(main): release 3.1.0 (#151)
1 parent ff17838 commit ead80a5

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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-
".": "3.0.0"
2+
".": "3.1.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<a name="v1.5.2"></a>
44

5+
## [3.1.0](https://github.com/Flagsmith/flagsmith-common/compare/v3.0.0...v3.1.0) (2026-01-05)
6+
7+
8+
### Features
9+
10+
* Add DynamoDB document schemas ([#150](https://github.com/Flagsmith/flagsmith-common/issues/150)) ([9f9518b](https://github.com/Flagsmith/flagsmith-common/commit/9f9518b278fd37b45683b1cec498438c81ecc915))
11+
* Annotate DynamoDB schemas with validation code ([#148](https://github.com/Flagsmith/flagsmith-common/issues/148)) ([ff17838](https://github.com/Flagsmith/flagsmith-common/commit/ff178388446190c66366585ecb0c1f18377c4d04))
12+
513
## [3.0.0](https://github.com/Flagsmith/flagsmith-common/compare/v2.2.7...v3.0.0) (2026-01-05)
614

715

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "flagsmith-common"
3-
version = "3.0.0"
3+
version = "3.1.0"
44
description = "Flagsmith's common library"
55
requires-python = ">=3.11,<4.0"
66
dependencies = []

0 commit comments

Comments
 (0)