We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53a5729 + 1062c32 commit edea384Copy full SHA for edea384
CHANGES.md
@@ -1,3 +1,9 @@
1
+Version 3.3.0 released 2025-09-17
2
+
3
+* Add OTP 28 to CI and fix crypto:start() deprecation warning.
4
+ Removed support for OTP 18 and OTP 19.
5
+ https://github.com/mochi/mochiweb/pull/264
6
7
Version 3.2.2 released 2024-03-21
8
9
* Use single quotes around 'maybe' atom for compatibility with OTP 27
src/mochiweb.app.src
@@ -1,7 +1,7 @@
%% This is generated from src/mochiweb.app.src
{application, mochiweb,
[{description, "MochiMedia Web Server"},
- {vsn, "3.2.2"},
+ {vsn, "3.3.0"},
{modules, []},
{registered, []},
{env, []},
0 commit comments