Skip to content

Commit

Permalink
chore: update changelog and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexaor committed Nov 9, 2023
1 parent 6dda69c commit 0f1d91c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@

## [Unreleased]
### Added
- API
- Introduce feature flag based alternate charge flow for stock market mode
- Stock market mode
- Feature flag based mode that triggers a new purchase mode emulating the fluctuations of a stock market
- X-APP purchases made through the REST API will calculate a price based on the item purchase price and popularity
- Ghost product purchases to track non-digital pucrhases made
- Stock market crash model to manually crash the market through am utation
- Queries to show stock market item and its price change
- A whole lot of tests

### Fixed
- Economy
- Broken statiscts query
- Broken statistics query

### Removed
- Economy
Expand Down
2 changes: 1 addition & 1 deletion ksg_nett/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
DEPOSIT_TIME_RESTRICTION_HOUR = os.environ.get("DEPOSIT_TIME_RESTRICTION_HOUR", 20)
LANGUAGE_SESSION_KEY = "language"

VERSION = "2023.9.1"
VERSION = "2023.11.1"

# Feature flag keys
STRIPE_INTEGRATION_FEATURE_FLAG = "stripe_integration"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ksg-nett"
version = "2023.9.1"
version = "2023.11.1"
description = ""
authors = ["Tormod Haugland <[email protected]>", "Alexander Orvik <[email protected]>", "Christian De Fréne <[email protected]>"]

Expand Down

0 comments on commit 0f1d91c

Please sign in to comment.