diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc007bc3..beb78499 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+## [3.3.8] - 2023-01-17
+### Fixed Docs and Typos
+- [#292](https://github.com/protofire/solhint/pull/292)
+- [#343](https://github.com/protofire/solhint/pull/343)
+- [#355](https://github.com/protofire/solhint/pull/355)
+- [#285](https://github.com/protofire/solhint/pull/285)
+
+### Added
+- Lint rule for banning "console.sol" and "import hardhat/console.sol" [#372](https://github.com/protofire/solhint/pull/372)
+
+### Updated
+- Solidity Parser to 0.14.5 [#378](https://github.com/protofire/solhint/pull/378)
+
+
+
+## TIME GAP
## [2.1.0] - 2019-05-30
### Added
diff --git a/package.json b/package.json
index c05ae99c..7ff23f28 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "solhint",
- "version": "3.3.7",
+ "version": "3.3.8",
"description": "Solidity Code Linter",
"main": "lib/index.js",
"keywords": [