diff --git a/changelog.txt b/changelog.txt
index 5b5230d09..088945df3 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -15,6 +15,46 @@
# # # # # # ## # # # # # # # #
#### # # # # # # #### #### #### #### ####
+________________________________________________________________________________
+_7.9.1__________________________________________________________________________
+
+Bug Fixes:
+-Added contract locations to my stockpile locations
+-Stockpile my locations contained delivered industry jobs locations
+-Corporation contract assets owner is now an option: char/corp/both (Issue #476)
+-Changed http to https in multiple places (contributed by Salartarium)
+-Reprocessed grand total should never have a color
+-Reprocessed value and color box was wrong
+-Mining graph/tracker owners list is not sorted (Issue #491)
+-Tracker assets location filter others node didn't work (Issue #485)
+-Tracker add new locations selected is never saved (Issue#488)
+-Remember what screen to open on (Issue #462)
+-noformula and nojumps cli arguments not working (Issue #492)
+-Fixed everef lookup to point to the correct url
+-Stockpile groups behave incorrectly with filters (Issue #484)
+-Ensure stockpile cell is visible after being expanded
+-Industry jobs assets use the wrong location
+-Ensure reprocess settings are valid
+-Flagstring attribute was never saved/loaded for assets and blueprints
+-Expired contracts are not included in tracker/assets (Issue #473)
+-Stockpile industry copy jobs now output both BPCs and Runs (Issue #482)
+-Fixed a typo (Issue #479)
+-Delivered industry jobs was included in assets and stockpiles (Issue #480)
+-Stockpile target column truncation (Issue #467)
+-Price history use tick scale of selected items (Issue #466)
+-Contract/Industry jobs assets was not updated on status change by users
+
+Changed:
+-Reduced throughput for public market orders to 100
+-Removed contract status expired and added archived
+
+Code:
+-Minor optimization of the stockpile tool
+-Updated sqlite to 3.41.2.2
+-Updated logback to 1.2.13
+-Updated prices library to 3.1.1 (Issue #469)
+-Updated eve-esi library to 4.9.0
+
________________________________________________________________________________
_7.9.0__________________________________________________________________________
diff --git a/pom.xml b/pom.xml
index 580090aed..68fbe49a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
net.nikr
jeveassets
jar
- 7.9.1-SNAPSHOT
+ 7.9.1
jeveassets
jEveAssets is an out-of-game asset manager for Eve-Online, written in Java
https://eve.nikr.net/jeveasset
diff --git a/src/main/java/net/nikr/eve/jeveasset/Program.java b/src/main/java/net/nikr/eve/jeveasset/Program.java
index fb82a777f..1c024e4b9 100644
--- a/src/main/java/net/nikr/eve/jeveasset/Program.java
+++ b/src/main/java/net/nikr/eve/jeveasset/Program.java
@@ -128,7 +128,7 @@ private enum ProgramAction {
TIMER
}
//Major.Minor.Bugfix [Release Candidate n] [BETA n] [DEV BUILD #n];
- public static final String PROGRAM_VERSION = "7.9.1 DEV BUILD 1";
+ public static final String PROGRAM_VERSION = "7.9.1";
public static final String PROGRAM_NAME = "jEveAssets";
public static final String PROGRAM_HOMEPAGE = "https://eve.nikr.net/jeveasset";
private static final boolean PROGRAM_DEV_BUILD = false;
diff --git a/src/main/resources/splash.jpg b/src/main/resources/splash.jpg
index 98bbd002b..fecef2530 100644
Binary files a/src/main/resources/splash.jpg and b/src/main/resources/splash.jpg differ