Skip to content

Commit 0c4de9f

Browse files
committed
Add missing release notes
1 parent 58c42e7 commit 0c4de9f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.release-notes/next-release.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Change SSL dependency
2+
3+
We've switched our SSL dependency from `ponylang/crypto` to `ponylang/ssl`. `ponylang/crypto` is deprecated and will soon receive no further updates.
4+
5+
As part of the change, we also had to update the `ponylang/lori` dependency to version 0.6.2.

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ All notable changes to this project will be documented in this file. This projec
1212

1313
### Changed
1414

15+
- Changed SSL dependency ([PR #54](https://github.com/ponylang/postgres/pull/54))
16+
1517

1618
## [0.2.1] - 2025-03-04
1719

@@ -36,4 +38,3 @@ All notable changes to this project will be documented in this file. This projec
3638
### Added
3739

3840
- Initial version
39-

0 commit comments

Comments
 (0)