From f98f36fd0f511b846f365e0536d980ca9dc25433 Mon Sep 17 00:00:00 2001
From: Trishna Saeharaseelan <trishna.saeharaseelan@noc.ac.uk>
Date: Tue, 11 Mar 2025 10:14:42 +0000
Subject: [PATCH] refactor: version bump and update changelog

---
 CHANGELOG.md | 2 ++
 package.json | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3ca620e..57755ce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 ## [Unreleased]
 
+## [v1.0.0] - 2025-03-11
+
 ### Fixed
 
 - Wait for authentication to complete for fast polling rates
diff --git a/package.json b/package.json
index 1795dd6..6583da0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@noc-comms-backbone/backbone-adapter-javascript",
-  "version": "0.1.0",
+  "version": "1.0.0",
   "private": true,
   "contributors": [
     {
-- 
GitLab