Skip to content

Commit

Permalink
Add changelogs for new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrodob committed Sep 23, 2015
1 parent 57e3e73 commit ac7cb2b
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/changelog/v0.2.3.rst
Expand Up @@ -41,8 +41,6 @@ The most interesting changes are the following:
* PyBossa dashboard: see what's going on in your server. **REQUIRES POSTGRESQL >= 9.3**
* Add keyset pagination for the API: this returns results much faster than
offsets.
* Remove support for hidden projects. To hide them use of password is now needed.
* Projects need to be published in order to be visible for the volunteers.

For a full list of changes, see associated `Github milestone`_.

Expand Down
19 changes: 19 additions & 0 deletions doc/changelog/v1.0.0.rst
@@ -0,0 +1,19 @@
================
Changelog v1.1.0
================

* Bugfixes.

Upgrading
=========

.. note::
Please, backup the database before continuing.

In order to upgrade you will have to pull the new code, and then run the
following command to upgrade the database::

source env/bin/activate
alembic upgrade head

Then restart your server, and you will be done.
20 changes: 20 additions & 0 deletions doc/changelog/v1.1.0.rst
@@ -0,0 +1,20 @@
================
Changelog v1.1.0
================

* Remove support for hidden projects. To hide them use of password is now needed.
* Projects need to be published in order to be visible for the volunteers.

Upgrading
=========

.. note::
Please, backup the database before continuing.

In order to upgrade you will have to pull the new code, and then run the
following command to upgrade the database::

source env/bin/activate
alembic upgrade head

Then restart your server, and you will be done.

0 comments on commit ac7cb2b

Please sign in to comment.