From 9b6160fb660f0d4cccd7596e7f680969a55b0e4a Mon Sep 17 00:00:00 2001
From: Yonle <yonle@lecturify.net>
Date: Sun, 18 Feb 2024 00:42:23 +0700
Subject: [PATCH] Release: 2.0.5

Recoding, improvements, and temporary features removal.

What's new?
===========
- Dependencies bump
- Use of requesting different subscription ID rather than using
  subscription ID from client. Fixes late-close problems.
- Filter validation is now checked with nostr-tools instead, Fixes issue
  with conflicting client that puts more than single filter in a single
  `REQ` subscription.
- Reworked session code.

What's removed?
===============
- EOSE Timeout
- Cache to local relay (unreliable)
- [Temporary Removal] Orphan session

Signed-off-by: Yonle <yonle@lecturify.net>
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index dc2d2b4..e0063b7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "bostr",
-  "version": "2.0.4",
+  "version": "2.0.5",
   "description": "Nostr relay bouncer",
   "main": "index.js",
   "scripts": {