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 Sep 4, 2017
1 parent b1ce9c9 commit 3f91d2e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [v2.5.0]

### Changed

- Visual refresh (and much smaller CSS assets now required)

### Fixed

- Rolling SMS expiration setting is no longer "required"
- Bug when checking if a user could access a keyword

## [v2.4.1]

### Added
Expand Down Expand Up @@ -39,7 +50,7 @@ All notable changes to this project will be documented in this file.
- Edit forms eagerly load current item instead of paging through all results

### Fixed

- Edit forms show a 404 if an item does not exist
- Don't redirect a user to the scheduled queue if they can't view it
- Don't try to link to "No Match" keyword
Expand Down Expand Up @@ -103,7 +114,7 @@ All notable changes to this project will be documented in this file.

### Fixed

- Sort tables properly
- Sort tables properly

## [v1.16.0]

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.1
2.5.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.4.1
git_version: v2.5.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.4.1
AP_VER=v2.5.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 3f91d2e

Please sign in to comment.