From 54791389abcd33f75c89879580b2295b199a1980 Mon Sep 17 00:00:00 2001
From: Dan Jones <dan.jones@noc.ac.uk>
Date: Fri, 24 Mar 2023 11:56:47 +0000
Subject: [PATCH] docs: add changelog and update version and licence

---
 CHANGELOG.md | 30 ++++++++++++++++++++++++++++++
 LICENCE.md   |  2 +-
 package.json |  2 +-
 3 files changed, 32 insertions(+), 2 deletions(-)
 create mode 100644 CHANGELOG.md

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..40c4caf
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,30 @@
+# Changelog
+
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
+and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
+
+## [Unreleased]
+
+## [v0.1] - 2023-03-24
+
+### Added
+
+Create an adapter class which handles authentication with the communications-backbone (Nucleus)
+
+- implement client credentials token grant
+- implement poll/publish/broadcast
+
+Create a protocol instance class
+
+- implement scchema validation
+- implement stubs for encode/decode/receivedInvalid
+
+Create a soar protocol instance
+
+- implement retreive schema version by tag/branch/commitref
+- override methods to handle soar message structure
+
+[v0.1]: https://git.noc.ac.uk/communications-backbone-system/backbone-adapter-javascript/compare/a8eef21a...v0.1
+[unreleased]: https://git.noc.ac.uk/communications-backbone-system/backbone-adapter-javascript/compare/v0.1...dev
diff --git a/LICENCE.md b/LICENCE.md
index d503293..d38879b 100644
--- a/LICENCE.md
+++ b/LICENCE.md
@@ -1,4 +1,4 @@
-Copyright 2023 [NOC](https://noc.ac.uk)
+Copyright 2023 [National Oceanography Centre](https://noc.ac.uk)
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
 
diff --git a/package.json b/package.json
index d7c8fee..d581fc0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@noc-comms-backbone/backbone-adapter-javascript",
-  "version": "1.0.0",
+  "version": "0.1",
   "private": true,
   "contributors": [
     {
-- 
GitLab