Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
monty5811 committed Mar 21, 2018
1 parent b155682 commit 61c6dec
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,21 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## Changed
## [v2.8.0]

### Changed

- Opbeat removed in favour of rollbar. Opbeat is shutting down in May and moving to Elastic APM. This release replaces opbeat with rollbar instead, partly due to better django-q support

## Added
### Added

- Add configuration to allow limiting number of items sent to client
- Add Twilio Message Status to Outgoing log
- Add a cookie notifcation to comply with eu laws

## Removed
### Removed

- Inter-tab sync removed to simplify code, no real downsides
- Inter-tab sync removed to simplify code

## [v2.7.1]

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.1
2.8.0
2 changes: 1 addition & 1 deletion ansible/env_vars/base.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

git_repo: https://github.com/monty5811/apostello.git
git_version: v2.7.1
git_version: v2.8.0

project_name: apostello
application_name: apostello
Expand Down
2 changes: 1 addition & 1 deletion scripts/ansible_install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
# setup some constants
AP_VER=v2.7.1
AP_VER=v2.8.0
REPO_URL=https://github.com/monty5811/apostello.git
HOME_DIR=/home/apostello
CUSTOM_VARS_FILE=$HOME_DIR/custom_vars.yml
Expand Down

0 comments on commit 61c6dec

Please sign in to comment.