# Changelog
- 0.23.0 (2022-02-08)
  * Adds a 'getManagementProxy' function, which was conspicuously missing.
    (#83)

- 0.22.2 (2022-01-21)
  * Updated npm dependencies. (#79)
  * Fixed spawn functions. (#62, #80)

- 0.22.1 (2021-05-25)
  * Changes the various 'newContract' functions to require a 'contracts'
    object as input, similar to the rest of the API. (#72)

- 0.22.0 (2021-05-25)
  * Exposes the various individual contracts (Ecliptic, Azimuth, etc.) for
    creation.
  * Major version bumps to the bip39, secp256k1, and hdkey dependencies.
  * Miscellaneous minor/internal housekeeping.

- 0.21.0 (2020-12-03)
    * Adds some facilities for working with claims:

      * Adds 'removeClaim' and 'getAllClaims' functions for removing and
        reading claims, respectively. (#64)

      * initContractsPartial now initialises the Claims contract. (#64)

    * Major version dependency bumps to ethereumjs-util and Truffle.

    * Patch version dependency bump to azimuth-solidity v1.2.2.

- 0.20.1 (2020-06-29)
    * Major version dependency bumps to urbit-ob and mocha.

- 0.20.0 (2020-05-16)
    * Exposes the Azimuth contract address on the Ethereum mainnet as
      'azimuth.mainnet'.

- 0.19.0 (2020-03-06)
    * Adds support for the 'getEscapeRequests' and 'getEscapeRequestsCount'
      methods of the Azimuth contract.
    * Adds initial support for the Claims contract with 'addClaim' and
      'getClaim' functions.

- 0.18.0 (2020-02-26)
    * Adds a missing hasBeenLinked check to the delegated sending logic. (#55)
    * Adds the 'getForfeited' binding to the conditionalSR contract. (#56)

- 0.17.0 (2019-12-06)
    * Adds a number of additional function bindings to the polls contract.
      (#53, #54).

- 0.16.0 (2019-11-07)
    * Adds the 'getWithdrawn' method to the conditional star release contract
      bindings. (#52)

- 0.15.4 (2019-11-06)
    * Fixes several ABI mismatch bugs in the conditional star release contract
      bindings. (#51)

- 0.15.3 (2019-11-01)
    * Adds the conditional star release contract to 'initContracts'. (#50)

- 0.15.2 (2019-10-29)
    * Fixes a bug in the bindings to the 'withdraw' method of the linear star
      release contract. (#48)
    * Bumps the azimuth-solidity and urbit-ob dependency versions.

- 0.15.1 (2019-07-22)
    * Miscellaneous fixes to support a more recent web3 version.  Note that
      the library now supports web3 v1.0.0-beta.54 exclusively, rather than a
      range in the beta series. (#46)

- 0.15.0 (2019-06-18)
    * Adds a utility function for retrieving a point's activation block. (#43)
    * Fixes a bug that prevented the polls tests from running. (#40)
    * Miscellaneous internal improvements and docs fixes. (#41, #42)

- 0.14.2 (2019-06-06)
    * Fixes a bug where the linear and conditional star release modules
      weren't actually being imported in the "check" module. (#38)

- 0.14.1 (2019-06-06)
    * Fixes an issue wherein 'getPlanetsToSend' could return incorrect
      results. (#37)

- 0.14.0 (2019-05-31)
    * Adds support for the latest version of the delegated sending contract.
      (#31)

- 0.13.2 (2019-04-26)
    * Fixes an off-by-one error in getUnspawnedChildren.

- 0.13.1 (2019-04-25)
    * Minor bug fixes.

- 0.13.0 (2019-04-24)
    * Adds a convenience function for grabbing the unspawned children of a
      point.

- 0.12.0 (2019-04-19)
    * Make web3 a peer dependency.

