From df71e39bb053768ea61392243ad25c1f554ff493 Mon Sep 17 00:00:00 2001
From: smutel <12967891+smutel@users.noreply.github.com>
Date: Sun, 24 Apr 2022 20:37:59 +0200
Subject: [PATCH] chore(release): 3.0.1

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 832919d6..c63b62ca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
 
 All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
 
+### [3.0.1](https://github.com/smutel/go-netbox/compare/v3.0.0...v3.0.1) (2022-04-24)
+
+
+### Bug Fixes
+
+* local_context_data and config_context as JSON objects ([9d3b627](https://github.com/smutel/go-netbox/commit/9d3b62739a002df6ce6a69c68baebc30023f1be2)), closes [#25](https://github.com/smutel/go-netbox/issues/25)
+
 ## [3.0.0](https://github.com/smutel/go-netbox/compare/v2.11.0...v3.0.0) (2022-03-11)
 
 
diff --git a/package.json b/package.json
index 23b66aed..6799672d 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
 {
   "name": "go-netbox",
-  "version": "3.0.0",
+  "version": "3.0.1",
   "description": "Go library to interact with NetBox IPAM and DCIM service"
 }