Skip to content

Commit e093e06

Browse files
Merge pull request #1006 from carrythebanner/changelog-bump
Updated version log
2 parents a7a94ba + 777b9e3 commit e093e06

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

app/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const config = {
2424
appPath,
2525
api: {
2626
header: 'Api-Version',
27-
version: "3.59.0",
27+
version: "3.59.3",
2828
},
2929
db: {
3030
host: env_default('MYSQL_HOST', 'db'),

docs/CALENDAR_API.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,3 +623,6 @@ As with v1, there were probably revisions to v2 during this time, but changelog
623623
* 3.58.0: (2025-08-11) Added experimental `ride_count` endpoint: provides the number of events in a given time frame, excluding cancelled events. Syntax & usage may not be stable yet.
624624
* 3.58.1: (2025-09-15) Updated dependencies: nginx
625625
* 3.59.0: (2025-09-23) Fixed issue with ride length field; now saves, retrieves, and displays correctly
626+
* 3.59.1: (2025-09-29) Updated MySQL patch version
627+
* 3.59.2: (2025-10-20) Fixed some backend tests
628+
* 3.59.3: (2025-11-03) Adjusted search results order when searching past events

0 commit comments

Comments
 (0)