Skip to content

Commit fd4c2b8

Browse files
committed
Prepare release 1.0.2
1 parent da9b1bc commit fd4c2b8

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
99

1010
## [Unreleased]
1111

12+
## [1.0.2] - 2025-06-17
13+
14+
### Removed
15+
16+
- Remove `millisecond()` field function support as it's not supported by Npgsql, the EFCore data source used
17+
1218
## [1.0.1] - 2025-05-23
1319

1420
### Fixed
@@ -19,6 +25,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1925

2026
Initial release.
2127

22-
[unreleased]: https://github.com/funql/funql-playground-api/compare/1.0.1...HEAD
28+
[unreleased]: https://github.com/funql/funql-playground-api/compare/1.0.2...HEAD
29+
[1.0.2]: https://github.com/funql/funql-playground-api/compare/1.0.1...1.0.2
2330
[1.0.1]: https://github.com/funql/funql-playground-api/compare/1.0.0...1.0.1
2431
[1.0.0]: https://github.com/funql/funql-playground-api/releases/tag/1.0.0

Directory.Build.props

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

1111
<!-- Version -->
1212
<PropertyGroup>
13-
<VersionPrefix>1.0.1</VersionPrefix>
13+
<VersionPrefix>1.0.2</VersionPrefix>
1414
<VersionSuffix></VersionSuffix>
1515
</PropertyGroup>
1616

0 commit comments

Comments
 (0)