diff --git a/CHANGELOG b/CHANGELOG index 8b4f0e437d668ddc109490995c3eccc1e893fccb..b3baa7ccafae568d2d4bb77768bd2544aa02ad54 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,3 +3,7 @@ [1.0.1] * Only check for new releases every 5min to avoid github rate-limits + +[1.0.2] +* Only check for new releases every hour to avoid github rate-limits with many starred projects +* Check each user one in series to reduce memory usage diff --git a/CloudronManifest.json b/CloudronManifest.json index 7998444e82dbb652a1c0300ec7b6b533ae2491ca..1db891fa976db978d182f5bb7fe6e09fc2d61079 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -9,7 +9,7 @@ "releases", "github" ], - "version": "1.0.1", + "version": "1.0.2", "healthCheckPath": "/api/v1/status", "httpPort": 3000, "manifestVersion": 1, diff --git a/package-lock.json b/package-lock.json index 4d03b763f68b5f2bec4c33ba8a00ee1678b3e3a4..20e3e445b96e69d261f2198693525702a3b0362f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "releasebell", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 571a71da303cc021fbdc079eb93c7ab11e12a6b0..c1df6599743e6fbcad50f6e44d7adfcf248cd294 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "releasebell", - "version": "1.0.1", + "version": "1.0.2", "description": "Sibbell alternative", "main": "index.js", "scripts": {