diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2573eaa..9dd9528 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) with some edits,
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+# 1.1.5
+
+## What's Changed
+* chore: add static links in README for images
+
+**Full Changelog**: https://github.com/airscripts/analscript/compare/1.1.4...1.1.5
+
# 1.1.4
## What's Changed
diff --git a/README.md b/README.md
index a9cbc57..9a864a9 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
- 
+ 
Analscript
@@ -8,7 +8,7 @@
-
+
## Contents
@@ -35,7 +35,7 @@ analscript help
This command will show you something like this:
```
-Analscript Version 1.1.4
+Analscript Version 1.1.5
Copyright (c) 2023 by Airscript
Usage:
diff --git a/VERSION b/VERSION
index 1b87bcd..314c3d7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.1.4
\ No newline at end of file
+1.1.5
\ No newline at end of file
diff --git a/lib/help.js b/lib/help.js
index 2f2af59..659e1d4 100644
--- a/lib/help.js
+++ b/lib/help.js
@@ -1,4 +1,4 @@
-const version = 'Analscript, version 1.1.4';
+const version = 'Analscript, version 1.1.5';
const copyright = '\nCopyright (c) 2023 by Airscript\n';
const usage = `
diff --git a/package-lock.json b/package-lock.json
index 21d9d76..86373e2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "analscript",
- "version": "1.1.3",
+ "version": "1.1.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "analscript",
- "version": "1.1.3",
+ "version": "1.1.5",
"license": "MIT",
"bin": {
"analscript": "cli.js"
diff --git a/package.json b/package.json
index 96e6814..17bfc4a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"type": "module",
- "version": "1.1.4",
+ "version": "1.1.5",
"name": "analscript",
"main": "analscript.js",
"description": "A modern approach for writing anally fast stuff.",